#2F4018

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

Shades of Turtle Green #2F4018

Tints of Turtle Green #2F4018

Color information

#2F4018 (or 0x2F4018) is unknown color: approx Turtle Green. HEX triplet: 2F, 40 and 18. RGB value is (47,64,24). Sum of RGB (Red+Green+Blue) = 47+64+24=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4018 is #D0BFE7. Grayscale: #363636. Windows color (decimal): -13680616 or 1589295. OLE color: 1589295.

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

Color convert

RGB476424-
CMYK0.2700.620.75
HSL85.5º45.45%17.25%-
HSV(B)85.5º62.5%25.1%-
XYZ3.174.341.53-
YUV54.36110.87122.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.81%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=34.81%
G=47.41%
B=17.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4764240.2700.620.7585.545.4517.25
Hex2F40181B03E4B562d11
Octal5710030330761131265521
Binary1011111000000110001101101111101001011101011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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