Html Css Color HEX #2C4802 Turtle Green

📋 copy color: '#2C4802'

red 44 ◦ green 72 ◦ blue 2

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

Shades of Turtle Green #2C4802

Tints of Turtle Green #2C4802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 61.02%

 BLUE value IS 2 (1.17% from 255) = 1.69%

R = 37.29%
G = 61.02%
B = 1.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#2C4802 (or 0x2C4802) is known color: Turtle Green. HEX triplet: 2C, 48 and 02. RGB value is (44,72,2). Sum of RGB (Red+Green+Blue) = 44+72+2=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4802 is #D3B7FD. Grayscale: #373737. Windows color (decimal): -13875198 or 149548. OLE color: 149548.

HSL color Cylindrical-coordinate representation of color #2C4802: hue angle of 84º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C4802 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 72 2 -
CMYK 0.39 0 0.97 0.72
HSL 84º 0.95% 0.15% -
HSV(B) 84º 0.97% 0.28% -
XYZ 3.37 5.17 0.88 -
YUV 55.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 44 72 2 0.39 0 0.97 0.72 84 0.95 0.15
Hex 2C 48 2 27 0 61 48 54 5F F
Octal 54 110 2 47 0 141 110 124 137 17
Binary 101100 1001000 10 100111 0 1100001 1001000 1010100 1011111 1111

Color Harmonies of #2C4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4802

Black with #2C4802

Text Example


Text Example

White with #2C4802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,72,2); }

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

background-color css

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

 a { background-color: rgb(44,72,2); }

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

border-color css

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

 span { border-color: rgb(44,72,2); }

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