Html Css Color HEX #2C320D Turtle Green

📋 copy color: '#2C320D'

red 44 ◦ green 50 ◦ blue 13

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

Shades of Turtle Green #2C320D

Tints of Turtle Green #2C320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.15%

R = 41.12%
G = 46.73%
B = 12.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#2C320D (or 0x2C320D) is known color: Turtle Green. HEX triplet: 2C, 32 and 0D. RGB value is (44,50,13). Sum of RGB (Red+Green+Blue) = 44+50+13=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #2C320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C320D is #D3CDF2. Grayscale: #2C2C2C. Windows color (decimal): -13880819 or 864812. OLE color: 864812.

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

Color convert

RGB 44 50 13 -
CMYK 0.12 0 0.74 0.80
HSL 69.73º 0.59% 0.12% -
HSV(B) 69.73º 0.74% 0.2% -
XYZ 2.25 2.85 0.81 -
YUV 43.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 44 50 13 0.12 0 0.74 0.80 69.73 0.59 0.12
Hex 2C 32 D C 0 4A 50 46 3B C
Octal 54 62 15 14 0 112 120 106 73 14
Binary 101100 110010 1101 1100 0 1001010 1010000 1000110 111011 1100

Color Harmonies of #2C320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C320D

Black with #2C320D

Text Example


Text Example

White with #2C320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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