#2A3906

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

Shades of Turtle Green #2A3906

Tints of Turtle Green #2A3906

Color information

#2A3906 (or 0x2A3906) is unknown color: approx Turtle Green. HEX triplet: 2A, 39 and 06. RGB value is (42,57,6). Sum of RGB (Red+Green+Blue) = 42+57+6=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3906 is #D5C6F9. Grayscale: #2E2E2E. Windows color (decimal): -14010106 or 407850. OLE color: 407850.

HSL color Cylindrical-coordinate representation of color #2A3906: hue angle of 77.65º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A3906 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB42576-
CMYK0.2600.890.78
HSL77.65º80.95%12.35%-
HSV(B)77.65º89.47%22.35%-
XYZ2.453.430.71-
YUV46.7105.03124.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 54.29%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=40%
G=54.29%
B=5.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal425760.2600.890.7877.6580.9512.35
Hex2A3961A0594E4e51c
Octal5271632013111611612114
Binary10101011100111011010010110011001110100111010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,57,6); }

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

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

 a { background-color: rgb(42,57,6); }

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

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

 span { border-color: rgb(42,57,6); }

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