#2A3902

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

Shades of Turtle Green #2A3902

Tints of Turtle Green #2A3902

Color information

#2A3902 (or 0x2A3902) is unknown color: approx Turtle Green. HEX triplet: 2A, 39 and 02. RGB value is (42,57,2). Sum of RGB (Red+Green+Blue) = 42+57+2=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3902 is #D5C6FD. Grayscale: #2E2E2E. Windows color (decimal): -14010110 or 145706. OLE color: 145706.

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

Color convert

RGB42572-
CMYK0.2600.960.78
HSL76.36º93.22%11.57%-
HSV(B)76.36º96.49%22.35%-
XYZ2.433.420.59-
YUV46.24103.03124.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 41.58%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=41.58%
G=56.44%
B=1.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal425720.2600.960.7876.3693.2211.57
Hex2A3921A0604E4c5dc
Octal5271232014011611413514
Binary1010101110011011010011000001001110100110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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