#313A03

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

Shades of Turtle Green #313A03

Tints of Turtle Green #313A03

Color information

#313A03 (or 0x313A03) is unknown color: approx Turtle Green. HEX triplet: 31, 3A and 03. RGB value is (49,58,3). Sum of RGB (Red+Green+Blue) = 49+58+3=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #313A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313A03 is #CEC5FC. Grayscale: #313131. Windows color (decimal): -13551101 or 211505. OLE color: 211505.

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

Color convert

RGB49583-
CMYK0.1600.950.77
HSL69.82º90.16%11.96%-
HSV(B)69.82º94.83%22.75%-
XYZ2.83.690.65-
YUV49.04102.02127.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 58 (23.05% from 255) = 52.73%
BLUE value IS 3 (1.56% from 255) = 2.73%
R=44.55%
G=52.73%
B=2.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal495830.1600.950.7769.8290.1611.96
Hex313A31005F4D465ac
Octal6172320013711510613214
Binary1100011110101110000010111111001101100011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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