Html Css Color HEX #2A3E05 Turtle Green

📋 copy color: '#2A3E05'

red 42 ◦ green 62 ◦ blue 5

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

Shades of Turtle Green #2A3E05

Tints of Turtle Green #2A3E05

RGB

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

 GREEN value IS 62 (24.61% from 255) = 56.88%

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

R = 38.53%
G = 56.88%
B = 4.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.76

RGB Variations

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

Color information

#2A3E05 (or 0x2A3E05) is known color: Turtle Green. HEX triplet: 2A, 3E and 05. RGB value is (42,62,5). Sum of RGB (Red+Green+Blue) = 42+62+5=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 62 (24.61% from 255 or 56.88% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 62 - color contains mainly: green. Hex color #2A3E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3E05 is #D5C1FA. Grayscale: #313131. Windows color (decimal): -14008827 or 343594. OLE color: 343594.

HSL color Cylindrical-coordinate representation of color #2A3E05: hue angle of 81.05º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A3E05 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.

Color convert

RGB 42 62 5 -
CMYK 0.32 0 0.92 0.76
HSL 81.05º 0.85% 0.13% -
HSV(B) 81.05º 0.92% 0.24% -
XYZ 2.7 3.95 0.76 -
YUV 49.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 42 62 5 0.32 0 0.92 0.76 81.05 0.85 0.13
Hex 2A 3E 5 20 0 5C 4C 51 55 D
Octal 52 76 5 40 0 134 114 121 125 15
Binary 101010 111110 101 100000 0 1011100 1001100 1010001 1010101 1101

Color Harmonies of #2A3E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3E05

Black with #2A3E05

Text Example


Text Example

White with #2A3E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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