#2C3D02

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

Shades of Turtle Green #2C3D02

Tints of Turtle Green #2C3D02

Color information

#2C3D02 (or 0x2C3D02) is unknown color: approx Turtle Green. HEX triplet: 2C, 3D and 02. RGB value is (44,61,2). Sum of RGB (Red+Green+Blue) = 44+61+2=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 61 (24.22% from 255 or 57.01% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 61 - color contains mainly: green. Hex color #2C3D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3D02 is #D3C2FD. Grayscale: #313131. Windows color (decimal): -13878014 or 146732. OLE color: 146732.

HSL color Cylindrical-coordinate representation of color #2C3D02: hue angle of 77.29º 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 #2C3D02 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB44612-
CMYK0.2800.970.76
HSL77.29º93.65%12.35%-
HSV(B)77.29º96.72%23.92%-
XYZ2.723.880.66-
YUV49.19101.37124.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 41.12%
GREEN value IS 61 (24.22% from 255) = 57.01%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=41.12%
G=57.01%
B=1.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal446120.2800.970.7677.2993.6512.35
Hex2C3D21C0614C4d5ec
Octal5475234014111411513614
Binary1011001111011011100011000011001100100110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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