#304F05

Color #304F05 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #304F05

Tints of Turtle Green #304F05

Color information

#304F05 (or 0x304F05) is unknown color: approx Turtle Green. HEX triplet: 30, 4F and 05. RGB value is (48,79,5). Sum of RGB (Red+Green+Blue) = 48+79+5=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 79 (31.25% from 255 or 59.85% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 79 - color contains mainly: green. Hex color #304F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304F05 is #CFB0FA. Grayscale: #3D3D3D. Windows color (decimal): -13611259 or 347952. OLE color: 347952.

HSL color Cylindrical-coordinate representation of color #304F05: hue angle of 85.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #304F05 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB48795-
CMYK0.3900.940.69
HSL85.14º88.1%16.47%-
HSV(B)85.14º93.67%30.98%-
XYZ4.046.231.13-
YUV61.2996.23118.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 79 (31.25% from 255) = 59.85%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=36.36%
G=59.85%
B=3.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal487950.3900.940.6985.1488.116.47
Hex304F52705E45555810
Octal60117547013610512513020
Binary11000010011111011001110101111010001011010101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304F05; }

 p { color: rgb(48,79,5); }

 H1.HeaderClassName
 {
   color: #304F05;
 }
 .AnyTagClassName
 {
   color: #304F05;
 }
</style>
background-color css

<style>
 a { background-color: #304F05; }

 a { background-color: rgb(48,79,5); }

 div.DivClassName
 {
   background-color: #304F05;
 }
 .BgClassName
 {
   background-color: #304F05;
 }
</style>
border-color css

<style>
 span { border-color: #304F05; }

 span { border-color: rgb(48,79,5); }

 td.TdClassName
 {
   border-color: #304F05;
 }
 .TagClassName
 {
   border-color: #304F05;
 }
</style>