#2A4800

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

Shades of Turtle Green #2A4800

Tints of Turtle Green #2A4800

Color information

#2A4800 (or 0x2A4800) is unknown color: approx Turtle Green. HEX triplet: 2A, 48 and 00. RGB value is (42,72,0). Sum of RGB (Red+Green+Blue) = 42+72+0=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4800 is #D5B7FF. Grayscale: #373737. Windows color (decimal): -14006272 or 18474. OLE color: 18474.

HSL color Cylindrical-coordinate representation of color #2A4800: hue angle of 85º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A4800 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB42720-
CMYK0.42010.72
HSL85º100%14.12%-
HSV(B)85º100%28.24%-
XYZ3.275.130.82-
YUV54.8297.06118.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 36.84%
GREEN value IS 72 (28.52% from 255) = 63.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.84%
G=63.16%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal427200.42010.728510014.12
Hex2A4802A064485564e
Octal52110052014411012514416
Binary10101010010000101010011001001001000101010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,72,0); }

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

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

 a { background-color: rgb(42,72,0); }

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

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

 span { border-color: rgb(42,72,0); }

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