Html Css Color HEX #2A4909 Turtle Green

📋 copy color: '#2A4909'

red 42 ◦ green 73 ◦ blue 9

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

Shades of Turtle Green #2A4909

Tints of Turtle Green #2A4909

RGB

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

 GREEN value IS 73 (28.91% from 255) = 58.87%

 BLUE value IS 9 (3.91% from 255) = 7.26%

R = 33.87%
G = 58.87%
B = 7.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#2A4909 (or 0x2A4909) is known color: Turtle Green. HEX triplet: 2A, 49 and 09. RGB value is (42,73,9). Sum of RGB (Red+Green+Blue) = 42+73+9=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4909 is #D5B6F6. Grayscale: #383838. Windows color (decimal): -14006007 or 608554. OLE color: 608554.

HSL color Cylindrical-coordinate representation of color #2A4909: hue angle of 89.06º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A4909 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 42 73 9 -
CMYK 0.42 0 0.88 0.71
HSL 89.06º 0.78% 0.16% -
HSV(B) 89.06º 0.88% 0.29% -
XYZ 3.39 5.28 1.1 -
YUV 56.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 42 73 9 0.42 0 0.88 0.71 89.06 0.78 0.16
Hex 2A 49 9 2A 0 58 47 59 4E 10
Octal 52 111 11 52 0 130 107 131 116 20
Binary 101010 1001001 1001 101010 0 1011000 1000111 1011001 1001110 10000

Color Harmonies of #2A4909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4909

Black with #2A4909

Text Example


Text Example

White with #2A4909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,73,9); }

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

background-color css

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

 a { background-color: rgb(42,73,9); }

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

border-color css

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

 span { border-color: rgb(42,73,9); }

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