#2F3614

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

Shades of Turtle Green #2F3614

Tints of Turtle Green #2F3614

Color information

#2F3614 (or 0x2F3614) is unknown color: approx Turtle Green. HEX triplet: 2F, 36 and 14. RGB value is (47,54,20). Sum of RGB (Red+Green+Blue) = 47+54+20=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #2F3614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3614 is #D0C9EB. Grayscale: #303030. Windows color (decimal): -13683180 or 1324591. OLE color: 1324591.

HSL color Cylindrical-coordinate representation of color #2F3614: hue angle of 72.35º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F3614 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB475420-
CMYK0.1300.630.79
HSL72.35º45.95%14.51%-
HSV(B)72.35º62.96%21.18%-
XYZ2.623.291.16-
YUV48.03112.18127.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.84%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=38.84%
G=44.63%
B=16.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4754200.1300.630.7972.3545.9514.51
Hex2F3614D03F4F482ef
Octal576624150771171105617
Binary1011111101101010011010111111100111110010001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,54,20); }

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

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

 a { background-color: rgb(47,54,20); }

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

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

 span { border-color: rgb(47,54,20); }

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