Html Css Color HEX #2A4800 Turtle Green

📋 copy color: '#2A4800'

red 42 ◦ green 72 ◦ blue 0

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

Shades of Turtle Green #2A4800

Tints of Turtle Green #2A4800

RGB

 RED value IS 42 (16.8% from 255) = 36.84%

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

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

R = 36.84%
G = 63.16%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#2A4800 (or 0x2A4800) is known color: Turtle Green. HEX triplet: 2A, 48 and 00. RGB value is (42,72,0). Sum of RGB (Red+Green+Blue) = 42+72+0=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4800 is #D5B7FF. Grayscale: #373737. Windows color (decimal): -14006272 or 18474. OLE color: 18474.

HSL color Cylindrical-coordinate representation of color #2A4800: hue angle of 85º 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 #2A4800 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 42 72 0 -
CMYK 0.42 0 1 0.72
HSL 85º 1% 0.14% -
HSV(B) 85º 1% 0.28% -
XYZ 3.27 5.13 0.82 -
YUV 54.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 42 72 0 0.42 0 1 0.72 85 1 0.14
Hex 2A 48 0 2A 0 64 48 55 64 E
Octal 52 110 0 52 0 144 110 125 144 16
Binary 101010 1001000 0 101010 0 1100100 1001000 1010101 1100100 1110

Color Harmonies of #2A4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4800

Black with #2A4800

Text Example


Text Example

White with #2A4800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,72,0); }

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

background-color css

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

 a { background-color: rgb(42,72,0); }

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

border-color css

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

 span { border-color: rgb(42,72,0); }

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