Html Css Color HEX #2A4808 Turtle Green

📋 copy color: '#2A4808'

red 42 ◦ green 72 ◦ blue 8

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

Shades of Turtle Green #2A4808

Tints of Turtle Green #2A4808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.56%

R = 34.43%
G = 59.02%
B = 6.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#2A4808 (or 0x2A4808) is known color: Turtle Green. HEX triplet: 2A, 48 and 08. RGB value is (42,72,8). Sum of RGB (Red+Green+Blue) = 42+72+8=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4808 is #D5B7F7. Grayscale: #373737. Windows color (decimal): -14006264 or 542762. OLE color: 542762.

HSL color Cylindrical-coordinate representation of color #2A4808: hue angle of 88.12º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A4808 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 42 72 8 -
CMYK 0.42 0 0.89 0.72
HSL 88.13º 0.8% 0.16% -
HSV(B) 88.13º 0.89% 0.28% -
XYZ 3.32 5.14 1.05 -
YUV 55.73 101.06 118.2 -
System Red Green Blue C M Y K H S L
Decimal 42 72 8 0.42 0 0.89 0.72 88.13 0.8 0.16
Hex 2A 48 8 2A 0 59 48 58 50 10
Octal 52 110 10 52 0 131 110 130 120 20
Binary 101010 1001000 1000 101010 0 1011001 1001000 1011000 1010000 10000

Color Harmonies of #2A4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4808

Black with #2A4808

Text Example


Text Example

White with #2A4808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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