#2F3F0B

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

Shades of Turtle Green #2F3F0B

Tints of Turtle Green #2F3F0B

Color information

#2F3F0B (or 0x2F3F0B) is unknown color: approx Turtle Green. HEX triplet: 2F, 3F and 0B. RGB value is (47,63,11). Sum of RGB (Red+Green+Blue) = 47+63+11=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #2F3F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3F0B is #D0C0F4. Grayscale: #343434. Windows color (decimal): -13680885 or 737071. OLE color: 737071.

HSL color Cylindrical-coordinate representation of color #2F3F0B: hue angle of 78.46º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F3F0B is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB476311-
CMYK0.2500.830.75
HSL78.46º70.27%14.51%-
HSV(B)78.46º82.54%24.71%-
XYZ3.014.180.97-
YUV52.29104.7124.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.84%
GREEN value IS 63 (25% from 255) = 52.07%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=38.84%
G=52.07%
B=9.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4763110.2500.830.7578.4670.2714.51
Hex2F3FB190534B4e46f
Octal57771331012311311610617
Binary101111111111101111001010100111001011100111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,63,11); }

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

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

 a { background-color: rgb(47,63,11); }

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

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

 span { border-color: rgb(47,63,11); }

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