Html Css Color HEX #2A4506 Turtle Green

📋 copy color: '#2A4506'

red 42 ◦ green 69 ◦ blue 6

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

Shades of Turtle Green #2A4506

Tints of Turtle Green #2A4506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 58.97%

 BLUE value IS 6 (2.73% from 255) = 5.13%

R = 35.9%
G = 58.97%
B = 5.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#2A4506 (or 0x2A4506) is known color: Turtle Green. HEX triplet: 2A, 45 and 06. RGB value is (42,69,6). Sum of RGB (Red+Green+Blue) = 42+69+6=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #2A4506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4506 is #D5BAF9. Grayscale: #353535. Windows color (decimal): -14007034 or 410922. OLE color: 410922.

HSL color Cylindrical-coordinate representation of color #2A4506: hue angle of 85.71º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A4506 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 42 69 6 -
CMYK 0.39 0 0.91 0.73
HSL 85.71º 0.84% 0.15% -
HSV(B) 85.71º 0.91% 0.27% -
XYZ 3.12 4.76 0.93 -
YUV 53.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 42 69 6 0.39 0 0.91 0.73 85.71 0.84 0.15
Hex 2A 45 6 27 0 5B 49 56 54 F
Octal 52 105 6 47 0 133 111 126 124 17
Binary 101010 1000101 110 100111 0 1011011 1001001 1010110 1010100 1111

Color Harmonies of #2A4506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4506

Black with #2A4506

Text Example


Text Example

White with #2A4506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,69,6); }

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

background-color css

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

 a { background-color: rgb(42,69,6); }

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

border-color css

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

 span { border-color: rgb(42,69,6); }

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