Html Css Color HEX #2A4005 Turtle Green

📋 copy color: '#2A4005'

red 42 ◦ green 64 ◦ blue 5

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

Shades of Turtle Green #2A4005

Tints of Turtle Green #2A4005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 57.66%

 BLUE value IS 5 (2.34% from 255) = 4.5%

R = 37.84%
G = 57.66%
B = 4.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#2A4005 (or 0x2A4005) is known color: Turtle Green. HEX triplet: 2A, 40 and 05. RGB value is (42,64,5). Sum of RGB (Red+Green+Blue) = 42+64+5=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4005 is #D5BFFA. Grayscale: #323232. Windows color (decimal): -14008315 or 344106. OLE color: 344106.

HSL color Cylindrical-coordinate representation of color #2A4005: hue angle of 82.37º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A4005 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 42 64 5 -
CMYK 0.34 0 0.92 0.75
HSL 82.37º 0.86% 0.14% -
HSV(B) 82.37º 0.92% 0.25% -
XYZ 2.82 4.17 0.8 -
YUV 50.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 42 64 5 0.34 0 0.92 0.75 82.37 0.86 0.14
Hex 2A 40 5 22 0 5C 4B 52 56 E
Octal 52 100 5 42 0 134 113 122 126 16
Binary 101010 1000000 101 100010 0 1011100 1001011 1010010 1010110 1110

Color Harmonies of #2A4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4005

Black with #2A4005

Text Example


Text Example

White with #2A4005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,64,5); }

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

background-color css

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

 a { background-color: rgb(42,64,5); }

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

border-color css

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

 span { border-color: rgb(42,64,5); }

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