#2A3B07

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

Shades of Turtle Green #2A3B07

Tints of Turtle Green #2A3B07

Color information

#2A3B07 (or 0x2A3B07) is unknown color: approx Turtle Green. HEX triplet: 2A, 3B and 07. RGB value is (42,59,7). Sum of RGB (Red+Green+Blue) = 42+59+7=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #2A3B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3B07 is #D5C4F8. Grayscale: #303030. Windows color (decimal): -14009593 or 473898. OLE color: 473898.

HSL color Cylindrical-coordinate representation of color #2A3B07: hue angle of 79.62º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A3B07 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB42597-
CMYK0.2900.880.77
HSL79.62º78.79%12.94%-
HSV(B)79.62º88.14%23.14%-
XYZ2.563.640.77-
YUV47.99104.87123.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.89%
GREEN value IS 59 (23.44% from 255) = 54.63%
BLUE value IS 7 (3.12% from 255) = 6.48%
R=38.89%
G=54.63%
B=6.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal425970.2900.880.7779.6278.7912.94
Hex2A3B71D0584D504fd
Octal5273735013011512011715
Binary10101011101111111101010110001001101101000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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