#2A3702

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

Shades of Turtle Green #2A3702

Tints of Turtle Green #2A3702

Color information

#2A3702 (or 0x2A3702) is unknown color: approx Turtle Green. HEX triplet: 2A, 37 and 02. RGB value is (42,55,2). Sum of RGB (Red+Green+Blue) = 42+55+2=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3702 is #D5C8FD. Grayscale: #2D2D2D. Windows color (decimal): -14010622 or 145194. OLE color: 145194.

HSL color Cylindrical-coordinate representation of color #2A3702: hue angle of 74.72º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A3702 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB42552-
CMYK0.2400.960.78
HSL74.72º92.98%11.18%-
HSV(B)74.72º96.36%21.57%-
XYZ2.333.230.56-
YUV45.07103.69125.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.42%
GREEN value IS 55 (21.88% from 255) = 55.56%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=42.42%
G=55.56%
B=2.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal425520.2400.960.7874.7292.9811.18
Hex2A372180604E4b5db
Octal5267230014011611313513
Binary1010101101111011000011000001001110100101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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