#2C490E

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

Shades of Turtle Green #2C490E

Tints of Turtle Green #2C490E

Color information

#2C490E (or 0x2C490E) is unknown color: approx Turtle Green. HEX triplet: 2C, 49 and 0E. RGB value is (44,73,14). Sum of RGB (Red+Green+Blue) = 44+73+14=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #2C490E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C490E is #D3B6F1. Grayscale: #393939. Windows color (decimal): -13874930 or 936236. OLE color: 936236.

HSL color Cylindrical-coordinate representation of color #2C490E: hue angle of 89.49º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C490E is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB447314-
CMYK0.4000.810.71
HSL89.49º67.82%17.06%-
HSV(B)89.49º80.82%28.63%-
XYZ3.55.331.26-
YUV57.6103.39118.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.59%
GREEN value IS 73 (28.91% from 255) = 55.73%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=33.59%
G=55.73%
B=10.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4473140.4000.810.7189.4967.8217.06
Hex2C49E2805147594411
Octal541111650012110713110421
Binary101100100100111101010000101000110001111011001100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,73,14); }

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

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

 a { background-color: rgb(44,73,14); }

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

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

 span { border-color: rgb(44,73,14); }

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