Html Css Color HEX #2C3713 Turtle Green

📋 copy color: '#2C3713'

red 44 ◦ green 55 ◦ blue 19

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

Shades of Turtle Green #2C3713

Tints of Turtle Green #2C3713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 46.61%

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

R = 37.29%
G = 46.61%
B = 16.1%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#2C3713 (or 0x2C3713) is known color: Turtle Green. HEX triplet: 2C, 37 and 13. RGB value is (44,55,19). Sum of RGB (Red+Green+Blue) = 44+55+19=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3713 is #D3C8EC. Grayscale: #2F2F2F. Windows color (decimal): -13879533 or 1259308. OLE color: 1259308.

HSL color Cylindrical-coordinate representation of color #2C3713: hue angle of 78.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C3713 is Cyan = 0.2, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 44 55 19 -
CMYK 0.2 0 0.65 0.78
HSL 78.33º 0.49% 0.15% -
HSV(B) 78.33º 0.65% 0.22% -
XYZ 2.52 3.31 1.12 -
YUV 47.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 44 55 19 0.2 0 0.65 0.78 78.33 0.49 0.15
Hex 2C 37 13 14 0 41 4E 4E 31 F
Octal 54 67 23 24 0 101 116 116 61 17
Binary 101100 110111 10011 10100 0 1000001 1001110 1001110 110001 1111

Color Harmonies of #2C3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3713

Black with #2C3713

Text Example


Text Example

White with #2C3713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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