Html Css Color HEX #2C4D06 Turtle Green

📋 copy color: '#2C4D06'

red 44 ◦ green 77 ◦ blue 6

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

Shades of Turtle Green #2C4D06

Tints of Turtle Green #2C4D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 60.63%

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

R = 34.65%
G = 60.63%
B = 4.72%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#2C4D06 (or 0x2C4D06) is known color: Turtle Green. HEX triplet: 2C, 4D and 06. RGB value is (44,77,6). Sum of RGB (Red+Green+Blue) = 44+77+6=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #2C4D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C4D06 is #D3B2F9. Grayscale: #3B3B3B. Windows color (decimal): -13873914 or 412972. OLE color: 412972.

HSL color Cylindrical-coordinate representation of color #2C4D06: hue angle of 87.89º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C4D06 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 44 77 6 -
CMYK 0.43 0 0.92 0.70
HSL 87.89º 0.86% 0.16% -
HSV(B) 87.89º 0.92% 0.3% -
XYZ 3.73 5.86 1.11 -
YUV 59.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 44 77 6 0.43 0 0.92 0.70 87.89 0.86 0.16
Hex 2C 4D 6 2B 0 5C 46 58 56 10
Octal 54 115 6 53 0 134 106 130 126 20
Binary 101100 1001101 110 101011 0 1011100 1000110 1011000 1010110 10000

Color Harmonies of #2C4D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4D06

Black with #2C4D06

Text Example


Text Example

White with #2C4D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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