Html Css Color HEX #2C3211 Turtle Green

📋 copy color: '#2C3211'

red 44 ◦ green 50 ◦ blue 17

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

Shades of Turtle Green #2C3211

Tints of Turtle Green #2C3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 45.05%

 BLUE value IS 17 (7.03% from 255) = 15.32%

R = 39.64%
G = 45.05%
B = 15.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#2C3211 (or 0x2C3211) is known color: Turtle Green. HEX triplet: 2C, 32 and 11. RGB value is (44,50,17). Sum of RGB (Red+Green+Blue) = 44+50+17=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #2C3211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3211 is #D3CDEE. Grayscale: #2C2C2C. Windows color (decimal): -13880815 or 1126956. OLE color: 1126956.

HSL color Cylindrical-coordinate representation of color #2C3211: hue angle of 70.91º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C3211 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB 44 50 17 -
CMYK 0.12 0 0.66 0.80
HSL 70.91º 0.49% 0.13% -
HSV(B) 70.91º 0.66% 0.2% -
XYZ 2.28 2.86 0.96 -
YUV 44.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 44 50 17 0.12 0 0.66 0.80 70.91 0.49 0.13
Hex 2C 32 11 C 0 42 50 47 31 D
Octal 54 62 21 14 0 102 120 107 61 15
Binary 101100 110010 10001 1100 0 1000010 1010000 1000111 110001 1101

Color Harmonies of #2C3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3211

Black with #2C3211

Text Example


Text Example

White with #2C3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,50,17); }

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

background-color css

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

 a { background-color: rgb(44,50,17); }

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

border-color css

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

 span { border-color: rgb(44,50,17); }

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