#313B02

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

Shades of Turtle Green #313B02

Tints of Turtle Green #313B02

Color information

#313B02 (or 0x313B02) is unknown color: approx Turtle Green. HEX triplet: 31, 3B and 02. RGB value is (49,59,2). Sum of RGB (Red+Green+Blue) = 49+59+2=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #313B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313B02 is #CEC4FD. Grayscale: #313131. Windows color (decimal): -13550846 or 146225. OLE color: 146225.

HSL color Cylindrical-coordinate representation of color #313B02: hue angle of 70.53º 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 #313B02 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB49592-
CMYK0.1700.970.77
HSL70.53º93.44%11.96%-
HSV(B)70.53º96.61%23.14%-
XYZ2.843.790.64-
YUV49.51101.19127.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 59 (23.44% from 255) = 53.64%
BLUE value IS 2 (1.17% from 255) = 1.82%
R=44.55%
G=53.64%
B=1.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal495920.1700.970.7770.5393.4411.96
Hex313B2110614D475dc
Octal6173221014111510713514
Binary1100011110111010001011000011001101100011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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