#2C390E

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

Shades of Turtle Green #2C390E

Tints of Turtle Green #2C390E

Color information

#2C390E (or 0x2C390E) is unknown color: approx Turtle Green. HEX triplet: 2C, 39 and 0E. RGB value is (44,57,14). Sum of RGB (Red+Green+Blue) = 44+57+14=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #2C390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C390E is #D3C6F1. Grayscale: #303030. Windows color (decimal): -13879026 or 932140. OLE color: 932140.

HSL color Cylindrical-coordinate representation of color #2C390E: hue angle of 78.14º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C390E is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB445714-
CMYK0.2300.750.78
HSL78.14º60.56%13.92%-
HSV(B)78.14º75.44%22.35%-
XYZ2.583.490.95-
YUV48.21108.69125-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.26%
GREEN value IS 57 (22.66% from 255) = 49.57%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=38.26%
G=49.57%
B=12.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4457140.2300.750.7878.1460.5613.92
Hex2C39E1704B4E4e3de
Octal5471162701131161167516
Binary10110011100111101011101001011100111010011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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