#2A420B

Color #2A420B Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #2A420B

Tints of Turtle Green #2A420B

Color information

#2A420B (or 0x2A420B) is unknown color: approx Turtle Green. HEX triplet: 2A, 42 and 0B. RGB value is (42,66,11). Sum of RGB (Red+Green+Blue) = 42+66+11=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #2A420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A420B is #D5BDF4. Grayscale: #343434. Windows color (decimal): -14007797 or 737834. OLE color: 737834.

HSL color Cylindrical-coordinate representation of color #2A420B: hue angle of 86.18º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A420B is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB426611-
CMYK0.3600.830.74
HSL86.18º71.43%15.1%-
HSV(B)86.18º83.33%25.88%-
XYZ2.964.411.01-
YUV52.55104.55120.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.29%
GREEN value IS 66 (26.17% from 255) = 55.46%
BLUE value IS 11 (4.69% from 255) = 9.24%
R=35.29%
G=55.46%
B=9.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4266110.3600.830.7486.1871.4315.1
Hex2A42B240534A5647f
Octal521021344012311212610717
Binary10101010000101011100100010100111001010101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,66,11); }

 H1.HeaderClassName
 {
   color: #2A420B;
 }
 .AnyTagClassName
 {
   color: #2A420B;
 }
</style>
background-color css

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

 a { background-color: rgb(42,66,11); }

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

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

 span { border-color: rgb(42,66,11); }

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