#2A3706

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

Shades of Turtle Green #2A3706

Tints of Turtle Green #2A3706

Color information

#2A3706 (or 0x2A3706) is unknown color: approx Turtle Green. HEX triplet: 2A, 37 and 06. RGB value is (42,55,6). Sum of RGB (Red+Green+Blue) = 42+55+6=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3706 is #D5C8F9. Grayscale: #2D2D2D. Windows color (decimal): -14010618 or 407338. OLE color: 407338.

HSL color Cylindrical-coordinate representation of color #2A3706: hue angle of 75.92º degrees, saturation: 0.8, 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 #2A3706 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB42556-
CMYK0.2400.890.78
HSL75.92º80.33%11.96%-
HSV(B)75.92º89.09%21.57%-
XYZ2.353.240.67-
YUV45.53105.69125.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.78%
GREEN value IS 55 (21.88% from 255) = 53.40%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=40.78%
G=53.40%
B=5.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal425560.2400.890.7875.9280.3311.96
Hex2A376180594E4c50c
Octal5267630013111611412014
Binary10101011011111011000010110011001110100110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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