Html Css Color HEX #2C4113 Turtle Green

📋 copy color: '#2C4113'

red 44 ◦ green 65 ◦ blue 19

#2C4113
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #2C4113

Tints of Turtle Green #2C4113

RGB

 RED value IS 44 (17.58% from 255) = 34.38%

 GREEN value IS 65 (25.78% from 255) = 50.78%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 34.38%
G = 50.78%
B = 14.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#2C4113 (or 0x2C4113) is known color: Turtle Green. HEX triplet: 2C, 41 and 13. RGB value is (44,65,19). Sum of RGB (Red+Green+Blue) = 44+65+19=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4113 is #D3BEEC. Grayscale: #353535. Windows color (decimal): -13876973 or 1261868. OLE color: 1261868.

HSL color Cylindrical-coordinate representation of color #2C4113: hue angle of 87.39º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C4113 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 65 19 -
CMYK 0.32 0 0.71 0.75
HSL 87.39º 0.55% 0.16% -
HSV(B) 87.39º 0.71% 0.25% -
XYZ 3.05 4.36 1.3 -
YUV 53.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 44 65 19 0.32 0 0.71 0.75 87.39 0.55 0.16
Hex 2C 41 13 20 0 47 4B 57 37 10
Octal 54 101 23 40 0 107 113 127 67 20
Binary 101100 1000001 10011 100000 0 1000111 1001011 1010111 110111 10000

Color Harmonies of #2C4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4113

Black with #2C4113

Text Example


Text Example

White with #2C4113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,65,19); }

 H1.HeaderClassName
 {
   color: #2C4113;
 }
 .AnyTagClassName
 {
   color: #2C4113;
 }
</style>

background-color css

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

 a { background-color: rgb(44,65,19); }

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

border-color css

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

 span { border-color: rgb(44,65,19); }

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