Html Css Color HEX #2C4706 Turtle Green

📋 copy color: '#2C4706'

red 44 ◦ green 71 ◦ blue 6

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

Shades of Turtle Green #2C4706

Tints of Turtle Green #2C4706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 58.68%

 BLUE value IS 6 (2.73% from 255) = 4.96%

R = 36.36%
G = 58.68%
B = 4.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#2C4706 (or 0x2C4706) is known color: Turtle Green. HEX triplet: 2C, 47 and 06. RGB value is (44,71,6). Sum of RGB (Red+Green+Blue) = 44+71+6=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4706 is #D3B8F9. Grayscale: #373737. Windows color (decimal): -13875450 or 411436. OLE color: 411436.

HSL color Cylindrical-coordinate representation of color #2C4706: hue angle of 84.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C4706 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 71 6 -
CMYK 0.38 0 0.92 0.72
HSL 84.92º 0.84% 0.15% -
HSV(B) 84.92º 0.92% 0.28% -
XYZ 3.32 5.06 0.97 -
YUV 55.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 44 71 6 0.38 0 0.92 0.72 84.92 0.84 0.15
Hex 2C 47 6 26 0 5C 48 55 54 F
Octal 54 107 6 46 0 134 110 125 124 17
Binary 101100 1000111 110 100110 0 1011100 1001000 1010101 1010100 1111

Color Harmonies of #2C4706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4706

Black with #2C4706

Text Example


Text Example

White with #2C4706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,71,6); }

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

background-color css

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

 a { background-color: rgb(44,71,6); }

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

border-color css

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

 span { border-color: rgb(44,71,6); }

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