#2F4704

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

Shades of Turtle Green #2F4704

Tints of Turtle Green #2F4704

Color information

#2F4704 (or 0x2F4704) is unknown color: approx Turtle Green. HEX triplet: 2F, 47 and 04. RGB value is (47,71,4). Sum of RGB (Red+Green+Blue) = 47+71+4=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4704 is #D0B8FB. Grayscale: #383838. Windows color (decimal): -13678844 or 280367. OLE color: 280367.

HSL color Cylindrical-coordinate representation of color #2F4704: hue angle of 81.49º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F4704 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB47714-
CMYK0.3400.940.72
HSL81.49º89.33%14.71%-
HSV(B)81.49º94.37%27.84%-
XYZ3.455.120.92-
YUV56.1998.55121.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.52%
GREEN value IS 71 (28.12% from 255) = 58.20%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=38.52%
G=58.20%
B=3.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal477140.3400.940.7281.4989.3314.71
Hex2F4742205E485159f
Octal57107442013611012113117
Binary1011111000111100100010010111101001000101000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F4704; }

 p { color: rgb(47,71,4); }

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

<style>
 a { background-color: #2F4704; }

 a { background-color: rgb(47,71,4); }

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

<style>
 span { border-color: #2F4704; }

 span { border-color: rgb(47,71,4); }

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