Html Css Color HEX #2A5604 Turtle Green

📋 copy color: '#2A5604'

red 42 ◦ green 86 ◦ blue 4

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

Shades of Turtle Green #2A5604

Tints of Turtle Green #2A5604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 65.15%

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

R = 31.82%
G = 65.15%
B = 3.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#2A5604 (or 0x2A5604) is known color: Turtle Green. HEX triplet: 2A, 56 and 04. RGB value is (42,86,4). Sum of RGB (Red+Green+Blue) = 42+86+4=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #2A5604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5604 is #D5A9FB. Grayscale: #3F3F3F. Windows color (decimal): -14002684 or 284202. OLE color: 284202.

HSL color Cylindrical-coordinate representation of color #2A5604: hue angle of 92.2º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A5604 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 42 86 4 -
CMYK 0.51 0 0.95 0.66
HSL 92.2º 0.91% 0.18% -
HSV(B) 92.2º 0.95% 0.34% -
XYZ 4.3 7.16 1.27 -
YUV 63.5 94.42 112.67 -
System Red Green Blue C M Y K H S L
Decimal 42 86 4 0.51 0 0.95 0.66 92.2 0.91 0.18
Hex 2A 56 4 33 0 5F 42 5C 5B 12
Octal 52 126 4 63 0 137 102 134 133 22
Binary 101010 1010110 100 110011 0 1011111 1000010 1011100 1011011 10010

Color Harmonies of #2A5604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5604

Black with #2A5604

Text Example


Text Example

White with #2A5604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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