Html Css Color HEX #2A4D04 Turtle Green

📋 copy color: '#2A4D04'

red 42 ◦ green 77 ◦ blue 4

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

Shades of Turtle Green #2A4D04

Tints of Turtle Green #2A4D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 62.6%

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

R = 34.15%
G = 62.6%
B = 3.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#2A4D04 (or 0x2A4D04) is known color: Turtle Green. HEX triplet: 2A, 4D and 04. RGB value is (42,77,4). Sum of RGB (Red+Green+Blue) = 42+77+4=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 77 (30.47% from 255 or 62.60% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 77 - color contains mainly: green. Hex color #2A4D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4D04 is #D5B2FB. Grayscale: #3A3A3A. Windows color (decimal): -14004988 or 281898. OLE color: 281898.

HSL color Cylindrical-coordinate representation of color #2A4D04: hue angle of 88.77º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A4D04 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 42 77 4 -
CMYK 0.45 0 0.95 0.70
HSL 88.77º 0.9% 0.16% -
HSV(B) 88.77º 0.95% 0.3% -
XYZ 3.63 5.81 1.04 -
YUV 58.21 97.4 116.44 -
System Red Green Blue C M Y K H S L
Decimal 42 77 4 0.45 0 0.95 0.70 88.77 0.9 0.16
Hex 2A 4D 4 2D 0 5F 46 59 5A 10
Octal 52 115 4 55 0 137 106 131 132 20
Binary 101010 1001101 100 101101 0 1011111 1000110 1011001 1011010 10000

Color Harmonies of #2A4D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4D04

Black with #2A4D04

Text Example


Text Example

White with #2A4D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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