#2A4E07

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

Shades of Turtle Green #2A4E07

Tints of Turtle Green #2A4E07

Color information

#2A4E07 (or 0x2A4E07) is unknown color: approx Turtle Green. HEX triplet: 2A, 4E and 07. RGB value is (42,78,7). Sum of RGB (Red+Green+Blue) = 42+78+7=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4E07 is #D5B1F8. Grayscale: #3B3B3B. Windows color (decimal): -14004729 or 478762. OLE color: 478762.

HSL color Cylindrical-coordinate representation of color #2A4E07: hue angle of 90.42º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A4E07 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB42787-
CMYK0.4600.910.69
HSL90.42º83.53%16.67%-
HSV(B)90.42º91.03%30.59%-
XYZ3.725.961.15-
YUV59.1498.57115.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.07%
GREEN value IS 78 (30.86% from 255) = 61.42%
BLUE value IS 7 (3.12% from 255) = 5.51%
R=33.07%
G=61.42%
B=5.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal427870.4600.910.6990.4283.5316.67
Hex2A4E72E05B455a5411
Octal52116756013310513212421
Binary10101010011101111011100101101110001011011010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,78,7); }

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

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

 a { background-color: rgb(42,78,7); }

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

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

 span { border-color: rgb(42,78,7); }

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