#313A02

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

Shades of Turtle Green #313A02

Tints of Turtle Green #313A02

Color information

#313A02 (or 0x313A02) is unknown color: approx Turtle Green. HEX triplet: 31, 3A and 02. RGB value is (49,58,2). Sum of RGB (Red+Green+Blue) = 49+58+2=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #313A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313A02 is #CEC5FD. Grayscale: #313131. Windows color (decimal): -13551102 or 145969. OLE color: 145969.

HSL color Cylindrical-coordinate representation of color #313A02: hue angle of 69.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #313A02 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB49582-
CMYK0.1600.970.77
HSL69.64º93.33%11.76%-
HSV(B)69.64º96.55%22.75%-
XYZ2.793.680.62-
YUV48.92101.52128.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 58 (23.05% from 255) = 53.21%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=44.95%
G=53.21%
B=1.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal495820.1600.970.7769.6493.3311.76
Hex313A2100614D465dc
Octal6172220014111510613514
Binary1100011110101010000011000011001101100011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313A02; }

 p { color: rgb(49,58,2); }

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

<style>
 a { background-color: #313A02; }

 a { background-color: rgb(49,58,2); }

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

<style>
 span { border-color: #313A02; }

 span { border-color: rgb(49,58,2); }

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