#2F4402

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

Shades of Turtle Green #2F4402

Tints of Turtle Green #2F4402

Color information

#2F4402 (or 0x2F4402) is unknown color: approx Turtle Green. HEX triplet: 2F, 44 and 02. RGB value is (47,68,2). Sum of RGB (Red+Green+Blue) = 47+68+2=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4402 is #D0BBFD. Grayscale: #363636. Windows color (decimal): -13679614 or 148527. OLE color: 148527.

HSL color Cylindrical-coordinate representation of color #2F4402: hue angle of 79.09º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F4402 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB47682-
CMYK0.3100.970.73
HSL79.09º94.29%13.73%-
HSV(B)79.09º97.06%26.67%-
XYZ3.254.740.8-
YUV54.298.54122.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.17%
GREEN value IS 68 (26.95% from 255) = 58.12%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=40.17%
G=58.12%
B=1.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal476820.3100.970.7379.0994.2913.73
Hex2F4421F061494f5ee
Octal57104237014111111713616
Binary10111110001001011111011000011001001100111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,68,2); }

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

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

 a { background-color: rgb(47,68,2); }

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

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

 span { border-color: rgb(47,68,2); }

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