#2F400F

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

Shades of Turtle Green #2F400F

Tints of Turtle Green #2F400F

Color information

#2F400F (or 0x2F400F) is unknown color: approx Turtle Green. HEX triplet: 2F, 40 and 0F. RGB value is (47,64,15). Sum of RGB (Red+Green+Blue) = 47+64+15=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #2F400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F400F is #D0BFF0. Grayscale: #353535. Windows color (decimal): -13680625 or 999471. OLE color: 999471.

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

Color convert

RGB476415-
CMYK0.2700.770.75
HSL80.82º62.03%15.49%-
HSV(B)80.82º76.56%25.1%-
XYZ3.094.311.12-
YUV53.33106.37123.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.30%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=37.30%
G=50.79%
B=11.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4764150.2700.770.7580.8262.0315.49
Hex2F40F1B04D4B513ef
Octal57100173301151131217617
Binary101111100000011111101101001101100101110100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,64,15); }

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

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

 a { background-color: rgb(47,64,15); }

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

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

 span { border-color: rgb(47,64,15); }

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