#2A4A0D

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

Shades of Turtle Green #2A4A0D

Tints of Turtle Green #2A4A0D

Color information

#2A4A0D (or 0x2A4A0D) is unknown color: approx Turtle Green. HEX triplet: 2A, 4A and 0D. RGB value is (42,74,13). Sum of RGB (Red+Green+Blue) = 42+74+13=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4A0D is #D5B5F2. Grayscale: #393939. Windows color (decimal): -14005747 or 870954. OLE color: 870954.

HSL color Cylindrical-coordinate representation of color #2A4A0D: hue angle of 91.48º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A4A0D is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB427413-
CMYK0.4300.820.71
HSL91.48º70.11%17.06%-
HSV(B)91.48º82.43%29.02%-
XYZ3.485.421.24-
YUV57.48102.9116.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.56%
GREEN value IS 74 (29.30% from 255) = 57.36%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=32.56%
G=57.36%
B=10.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4274130.4300.820.7191.4870.1117.06
Hex2A4AD2B052475b4611
Octal521121553012210713310621
Binary101010100101011011010110101001010001111011011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,74,13); }

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

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

 a { background-color: rgb(42,74,13); }

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

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

 span { border-color: rgb(42,74,13); }

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