#2A4B05

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

Shades of Turtle Green #2A4B05

Tints of Turtle Green #2A4B05

Color information

#2A4B05 (or 0x2A4B05) is unknown color: approx Turtle Green. HEX triplet: 2A, 4B and 05. RGB value is (42,75,5). Sum of RGB (Red+Green+Blue) = 42+75+5=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4B05 is #D5B4FA. Grayscale: #393939. Windows color (decimal): -14005499 or 346922. OLE color: 346922.

HSL color Cylindrical-coordinate representation of color #2A4B05: hue angle of 88.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A4B05 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB42755-
CMYK0.4400.930.71
HSL88.29º87.5%15.69%-
HSV(B)88.29º93.33%29.41%-
XYZ3.55.541.03-
YUV57.1598.57117.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.43%
GREEN value IS 75 (29.69% from 255) = 61.48%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=34.43%
G=61.48%
B=4.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal427550.4400.930.7188.2987.515.69
Hex2A4B52C05D47585810
Octal52113554013510713013020
Binary10101010010111011011000101110110001111011000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,75,5); }

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

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

 a { background-color: rgb(42,75,5); }

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

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

 span { border-color: rgb(42,75,5); }

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