Html Css Color HEX #2C4600 Turtle Green

📋 copy color: '#2C4600'

red 44 ◦ green 70 ◦ blue 0

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

Shades of Turtle Green #2C4600

Tints of Turtle Green #2C4600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 61.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.6%
G = 61.4%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#2C4600 (or 0x2C4600) is known color: Turtle Green. HEX triplet: 2C, 46 and 00. RGB value is (44,70,0). Sum of RGB (Red+Green+Blue) = 44+70+0=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4600 is #D3B9FF. Grayscale: #363636. Windows color (decimal): -13875712 or 17964. OLE color: 17964.

HSL color Cylindrical-coordinate representation of color #2C4600: hue angle of 82.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C4600 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 70 0 -
CMYK 0.37 0 1 0.73
HSL 82.29º 1% 0.14% -
HSV(B) 82.29º 1% 0.27% -
XYZ 3.23 4.92 0.78 -
YUV 54.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 44 70 0 0.37 0 1 0.73 82.29 1 0.14
Hex 2C 46 0 25 0 64 49 52 64 E
Octal 54 106 0 45 0 144 111 122 144 16
Binary 101100 1000110 0 100101 0 1100100 1001001 1010010 1100100 1110

Color Harmonies of #2C4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4600

Black with #2C4600

Text Example


Text Example

White with #2C4600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,70,0); }

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

background-color css

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

 a { background-color: rgb(44,70,0); }

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

border-color css

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

 span { border-color: rgb(44,70,0); }

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