Html Css Color HEX #2C4700 Turtle Green

📋 copy color: '#2C4700'

red 44 ◦ green 71 ◦ blue 0

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

Shades of Turtle Green #2C4700

Tints of Turtle Green #2C4700

RGB

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

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

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

R = 38.26%
G = 61.74%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#2C4700 (or 0x2C4700) is known color: Turtle Green. HEX triplet: 2C, 47 and 00. RGB value is (44,71,0). Sum of RGB (Red+Green+Blue) = 44+71+0=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4700 is #D3B8FF. Grayscale: #373737. Windows color (decimal): -13875456 or 18220. OLE color: 18220.

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

Color convert

RGB 44 71 0 -
CMYK 0.38 0 1 0.72
HSL 82.82º 1% 0.14% -
HSV(B) 82.82º 1% 0.28% -
XYZ 3.29 5.04 0.8 -
YUV 54.83 97.05 120.27 -
System Red Green Blue C M Y K H S L
Decimal 44 71 0 0.38 0 1 0.72 82.82 1 0.14
Hex 2C 47 0 26 0 64 48 53 64 E
Octal 54 107 0 46 0 144 110 123 144 16
Binary 101100 1000111 0 100110 0 1100100 1001000 1010011 1100100 1110

Color Harmonies of #2C4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4700

Black with #2C4700

Text Example


Text Example

White with #2C4700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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