Html Css Color HEX #2C4400 Turtle Green

📋 copy color: '#2C4400'

red 44 ◦ green 68 ◦ blue 0

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

Shades of Turtle Green #2C4400

Tints of Turtle Green #2C4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 60.71%

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

R = 39.29%
G = 60.71%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#2C4400 (or 0x2C4400) is known color: Turtle Green. HEX triplet: 2C, 44 and 00. RGB value is (44,68,0). Sum of RGB (Red+Green+Blue) = 44+68+0=112 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.29% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #2C4400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4400 is #D3BBFF. Grayscale: #353535. Windows color (decimal): -13876224 or 17452. OLE color: 17452.

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

Color convert

RGB 44 68 0 -
CMYK 0.35 0 1 0.73
HSL 81.18º 1% 0.13% -
HSV(B) 81.18º 1% 0.27% -
XYZ 3.11 4.67 0.74 -
YUV 53.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 44 68 0 0.35 0 1 0.73 81.18 1 0.13
Hex 2C 44 0 23 0 64 49 51 64 D
Octal 54 104 0 43 0 144 111 121 144 15
Binary 101100 1000100 0 100011 0 1100100 1001001 1010001 1100100 1101

Color Harmonies of #2C4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4400

Black with #2C4400

Text Example


Text Example

White with #2C4400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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