#2F340D

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

Shades of Turtle Green #2F340D

Tints of Turtle Green #2F340D

Color information

#2F340D (or 0x2F340D) is unknown color: approx Turtle Green. HEX triplet: 2F, 34 and 0D. RGB value is (47,52,13). Sum of RGB (Red+Green+Blue) = 47+52+13=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #2F340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F340D is #D0CBF2. Grayscale: #2E2E2E. Windows color (decimal): -13683699 or 865327. OLE color: 865327.

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

Color convert

RGB475213-
CMYK0.1000.750.80
HSL67.69º60%12.75%-
HSV(B)67.69º75%20.39%-
XYZ2.473.090.85-
YUV46.06109.34128.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.96%
GREEN value IS 52 (20.70% from 255) = 46.43%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=41.96%
G=46.43%
B=11.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4752130.1000.750.8067.696012.75
Hex2F34DA04B50443cd
Octal5764151201131201047415
Binary1011111101001101101001001011101000010001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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