#2A4003

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

Shades of Turtle Green #2A4003

Tints of Turtle Green #2A4003

Color information

#2A4003 (or 0x2A4003) is unknown color: approx Turtle Green. HEX triplet: 2A, 40 and 03. RGB value is (42,64,3). Sum of RGB (Red+Green+Blue) = 42+64+3=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4003 is #D5BFFC. Grayscale: #323232. Windows color (decimal): -14008317 or 213034. OLE color: 213034.

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

Color convert

RGB42643-
CMYK0.3400.950.75
HSL81.64º91.04%13.14%-
HSV(B)81.64º95.31%25.1%-
XYZ2.84.170.74-
YUV50.47101.21121.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.53%
GREEN value IS 64 (25.39% from 255) = 58.72%
BLUE value IS 3 (1.56% from 255) = 2.75%
R=38.53%
G=58.72%
B=2.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal426430.3400.950.7581.6491.0413.14
Hex2A4032205F4B525bd
Octal52100342013711312213315
Binary101010100000011100010010111111001011101001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,64,3); }

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

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

 a { background-color: rgb(42,64,3); }

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

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

 span { border-color: rgb(42,64,3); }

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