#2F340F

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

Shades of Turtle Green #2F340F

Tints of Turtle Green #2F340F

Color information

#2F340F (or 0x2F340F) is unknown color: approx Turtle Green. HEX triplet: 2F, 34 and 0F. RGB value is (47,52,15). Sum of RGB (Red+Green+Blue) = 47+52+15=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #2F340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F340F is #D0CBF0. Grayscale: #2E2E2E. Windows color (decimal): -13683697 or 996399. OLE color: 996399.

HSL color Cylindrical-coordinate representation of color #2F340F: hue angle of 68.11º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F340F is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB475215-
CMYK0.1000.710.80
HSL68.11º55.22%13.14%-
HSV(B)68.11º71.15%20.39%-
XYZ2.493.090.92-
YUV46.29110.34128.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.23%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=41.23%
G=45.61%
B=13.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4752150.1000.710.8068.1155.2213.14
Hex2F34FA047504437d
Octal5764171201071201046715
Binary1011111101001111101001000111101000010001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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