#2E400C

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

Shades of Turtle Green #2E400C

Tints of Turtle Green #2E400C

Color information

#2E400C (or 0x2E400C) is unknown color: approx Turtle Green. HEX triplet: 2E, 40 and 0C. RGB value is (46,64,12). Sum of RGB (Red+Green+Blue) = 46+64+12=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #2E400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E400C is #D1BFF3. Grayscale: #343434. Windows color (decimal): -13746164 or 802862. OLE color: 802862.

HSL color Cylindrical-coordinate representation of color #2E400C: hue angle of 80.77º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E400C is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB466412-
CMYK0.2800.810.75
HSL80.77º68.42%14.9%-
HSV(B)80.77º81.25%25.1%-
XYZ3.034.271.01-
YUV52.69105.04123.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.70%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 12 (5.08% from 255) = 9.84%
R=37.70%
G=52.46%
B=9.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4664120.2800.810.7580.7768.4214.9
Hex2E40C1C0514B5144f
Octal561001434012111312110417
Binary1011101000000110011100010100011001011101000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,64,12); }

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

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

 a { background-color: rgb(46,64,12); }

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

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

 span { border-color: rgb(46,64,12); }

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