#2A4102

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

Shades of Turtle Green #2A4102

Tints of Turtle Green #2A4102

Color information

#2A4102 (or 0x2A4102) is unknown color: approx Turtle Green. HEX triplet: 2A, 41 and 02. RGB value is (42,65,2). Sum of RGB (Red+Green+Blue) = 42+65+2=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4102 is #D5BEFD. Grayscale: #333333. Windows color (decimal): -14008062 or 147754. OLE color: 147754.

HSL color Cylindrical-coordinate representation of color #2A4102: hue angle of 81.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A4102 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB42652-
CMYK0.3500.970.75
HSL81.9º94.03%13.14%-
HSV(B)81.9º96.92%25.49%-
XYZ2.864.280.73-
YUV50.94100.38121.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.53%
GREEN value IS 65 (25.78% from 255) = 59.63%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=38.53%
G=59.63%
B=1.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal426520.3500.970.7581.994.0313.14
Hex2A412230614B525ed
Octal52101243014111312213615
Binary101010100000110100011011000011001011101001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,65,2); }

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

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

 a { background-color: rgb(42,65,2); }

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

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

 span { border-color: rgb(42,65,2); }

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