Html Css Color HEX #2A4904 Turtle Green

📋 copy color: '#2A4904'

red 42 ◦ green 73 ◦ blue 4

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

Shades of Turtle Green #2A4904

Tints of Turtle Green #2A4904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.36%

R = 35.29%
G = 61.34%
B = 3.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#2A4904 (or 0x2A4904) is known color: Turtle Green. HEX triplet: 2A, 49 and 04. RGB value is (42,73,4). Sum of RGB (Red+Green+Blue) = 42+73+4=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4904 is #D5B6FB. Grayscale: #383838. Windows color (decimal): -14006012 or 280874. OLE color: 280874.

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

Color convert

RGB 42 73 4 -
CMYK 0.42 0 0.95 0.71
HSL 86.96º 0.9% 0.15% -
HSV(B) 86.96º 0.95% 0.29% -
XYZ 3.36 5.27 0.95 -
YUV 55.87 98.73 118.11 -
System Red Green Blue C M Y K H S L
Decimal 42 73 4 0.42 0 0.95 0.71 86.96 0.9 0.15
Hex 2A 49 4 2A 0 5F 47 57 5A F
Octal 52 111 4 52 0 137 107 127 132 17
Binary 101010 1001001 100 101010 0 1011111 1000111 1010111 1011010 1111

Color Harmonies of #2A4904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4904

Black with #2A4904

Text Example


Text Example

White with #2A4904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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