Html Css Color HEX #2C3312 Turtle Green

📋 copy color: '#2C3312'

red 44 ◦ green 51 ◦ blue 18

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

Shades of Turtle Green #2C3312

Tints of Turtle Green #2C3312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.13%

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 38.94%
G = 45.13%
B = 15.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#2C3312 (or 0x2C3312) is known color: Turtle Green. HEX triplet: 2C, 33 and 12. RGB value is (44,51,18). Sum of RGB (Red+Green+Blue) = 44+51+18=113 (14% of max value = 765). Red value is 44 (17.58% from 255 or 38.94% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #2C3312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3312 is #D3CCED. Grayscale: #2D2D2D. Windows color (decimal): -13880558 or 1192748. OLE color: 1192748.

HSL color Cylindrical-coordinate representation of color #2C3312: hue angle of 72.73º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C3312 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 44 51 18 -
CMYK 0.14 0 0.65 0.8
HSL 72.73º 0.48% 0.14% -
HSV(B) 72.73º 0.65% 0.2% -
XYZ 2.33 2.95 1.02 -
YUV 45.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 44 51 18 0.14 0 0.65 0.8 72.73 0.48 0.14
Hex 2C 33 12 E 0 41 50 49 30 E
Octal 54 63 22 16 0 101 120 111 60 16
Binary 101100 110011 10010 1110 0 1000001 1010000 1001001 110000 1110

Color Harmonies of #2C3312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3312

Black with #2C3312

Text Example


Text Example

White with #2C3312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,51,18); }

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

background-color css

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

 a { background-color: rgb(44,51,18); }

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

border-color css

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

 span { border-color: rgb(44,51,18); }

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