#313A0F

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

Shades of Turtle Green #313A0F

Tints of Turtle Green #313A0F

Color information

#313A0F (or 0x313A0F) is unknown color: approx Turtle Green. HEX triplet: 31, 3A and 0F. RGB value is (49,58,15). Sum of RGB (Red+Green+Blue) = 49+58+15=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #313A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313A0F is #CEC5F0. Grayscale: #323232. Windows color (decimal): -13551089 or 997937. OLE color: 997937.

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

Color convert

RGB495815-
CMYK0.1600.740.77
HSL72.56º58.9%14.31%-
HSV(B)72.56º74.14%22.75%-
XYZ2.873.711.02-
YUV50.41108.02127-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 58 (23.05% from 255) = 47.54%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=40.16%
G=47.54%
B=12.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4958150.1600.740.7772.5658.914.31
Hex313AF1004A4D493be
Octal6172172001121151117316
Binary11000111101011111000001001010100110110010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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