Html Css Color HEX #2C4200 Turtle Green

📋 copy color: '#2C4200'

red 44 ◦ green 66 ◦ blue 0

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

Shades of Turtle Green #2C4200

Tints of Turtle Green #2C4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 60%

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

R = 40%
G = 60%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#2C4200 (or 0x2C4200) is known color: Turtle Green. HEX triplet: 2C, 42 and 00. RGB value is (44,66,0). Sum of RGB (Red+Green+Blue) = 44+66+0=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #2C4200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4200 is #D3BDFF. Grayscale: #343434. Windows color (decimal): -13876736 or 16940. OLE color: 16940.

HSL color Cylindrical-coordinate representation of color #2C4200: hue angle of 80º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C4200 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 44 66 0 -
CMYK 0.33 0 1 0.74
HSL 80º 1% 0.13% -
HSV(B) 80º 1% 0.26% -
XYZ 2.99 4.43 0.7 -
YUV 51.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 44 66 0 0.33 0 1 0.74 80 1 0.13
Hex 2C 42 0 21 0 64 4A 50 64 D
Octal 54 102 0 41 0 144 112 120 144 15
Binary 101100 1000010 0 100001 0 1100100 1001010 1010000 1100100 1101

Color Harmonies of #2C4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4200

Black with #2C4200

Text Example


Text Example

White with #2C4200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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