Html Css Color HEX #2A5308 Turtle Green

📋 copy color: '#2A5308'

red 42 ◦ green 83 ◦ blue 8

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

Shades of Turtle Green #2A5308

Tints of Turtle Green #2A5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 62.41%

 BLUE value IS 8 (3.52% from 255) = 6.02%

R = 31.58%
G = 62.41%
B = 6.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#2A5308 (or 0x2A5308) is known color: Turtle Green. HEX triplet: 2A, 53 and 08. RGB value is (42,83,8). Sum of RGB (Red+Green+Blue) = 42+83+8=133 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.58% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5308 is #D5ACF7. Grayscale: #3E3E3E. Windows color (decimal): -14003448 or 545578. OLE color: 545578.

HSL color Cylindrical-coordinate representation of color #2A5308: hue angle of 92.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A5308 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 42 83 8 -
CMYK 0.49 0 0.90 0.67
HSL 92.8º 0.82% 0.18% -
HSV(B) 92.8º 0.9% 0.33% -
XYZ 4.09 6.7 1.31 -
YUV 62.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 42 83 8 0.49 0 0.90 0.67 92.8 0.82 0.18
Hex 2A 53 8 31 0 5A 43 5D 52 12
Octal 52 123 10 61 0 132 103 135 122 22
Binary 101010 1010011 1000 110001 0 1011010 1000011 1011101 1010010 10010

Color Harmonies of #2A5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5308

Black with #2A5308

Text Example


Text Example

White with #2A5308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,83,8); }

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

background-color css

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

 a { background-color: rgb(42,83,8); }

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

border-color css

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

 span { border-color: rgb(42,83,8); }

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