#2A3D02

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

Shades of Turtle Green #2A3D02

Tints of Turtle Green #2A3D02

Color information

#2A3D02 (or 0x2A3D02) is unknown color: approx Turtle Green. HEX triplet: 2A, 3D and 02. RGB value is (42,61,2). Sum of RGB (Red+Green+Blue) = 42+61+2=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #2A3D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3D02 is #D5C2FD. Grayscale: #303030. Windows color (decimal): -14009086 or 146730. OLE color: 146730.

HSL color Cylindrical-coordinate representation of color #2A3D02: hue angle of 79.32º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A3D02 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB42612-
CMYK0.3100.970.76
HSL79.32º93.65%12.35%-
HSV(B)79.32º96.72%23.92%-
XYZ2.633.830.66-
YUV48.59101.71123.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40%
GREEN value IS 61 (24.22% from 255) = 58.10%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=40%
G=58.10%
B=1.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal426120.3100.970.7679.3293.6512.35
Hex2A3D21F0614C4f5ec
Octal5275237014111411713614
Binary1010101111011011111011000011001100100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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