#2C340F

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

Shades of Turtle Green #2C340F

Tints of Turtle Green #2C340F

Color information

#2C340F (or 0x2C340F) is unknown color: approx Turtle Green. HEX triplet: 2C, 34 and 0F. RGB value is (44,52,15). Sum of RGB (Red+Green+Blue) = 44+52+15=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #2C340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C340F is #D3CBF0. Grayscale: #2D2D2D. Windows color (decimal): -13880305 or 996396. OLE color: 996396.

HSL color Cylindrical-coordinate representation of color #2C340F: hue angle of 72.97º 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 #2C340F is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB445215-
CMYK0.1500.710.80
HSL72.97º55.22%13.14%-
HSV(B)72.97º71.15%20.39%-
XYZ2.353.030.91-
YUV45.39110.85127.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 39.64%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=39.64%
G=46.85%
B=13.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4452150.1500.710.8072.9755.2213.14
Hex2C34FF047504937d
Octal5464171701071201116715
Binary1011001101001111111101000111101000010010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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