#2F4E0D

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

Shades of Turtle Green #2F4E0D

Tints of Turtle Green #2F4E0D

Color information

#2F4E0D (or 0x2F4E0D) is unknown color: approx Turtle Green. HEX triplet: 2F, 4E and 0D. RGB value is (47,78,13). Sum of RGB (Red+Green+Blue) = 47+78+13=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4E0D is #D0B1F2. Grayscale: #3D3D3D. Windows color (decimal): -13677043 or 871983. OLE color: 871983.

HSL color Cylindrical-coordinate representation of color #2F4E0D: hue angle of 88.62º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F4E0D is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB477813-
CMYK0.4000.830.69
HSL88.62º71.43%17.84%-
HSV(B)88.62º83.33%30.59%-
XYZ3.976.081.35-
YUV61.32100.73117.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.06%
GREEN value IS 78 (30.86% from 255) = 56.52%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=34.06%
G=56.52%
B=9.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778130.4000.830.6988.6271.4317.84
Hex2F4ED2805345594712
Octal571161550012310513110722
Binary101111100111011011010000101001110001011011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,78,13); }

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

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

 a { background-color: rgb(47,78,13); }

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

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

 span { border-color: rgb(47,78,13); }

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