#313902

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

Shades of Turtle Green #313902

Tints of Turtle Green #313902

Color information

#313902 (or 0x313902) is unknown color: approx Turtle Green. HEX triplet: 31, 39 and 02. RGB value is (49,57,2). Sum of RGB (Red+Green+Blue) = 49+57+2=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #313902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313902 is #CEC6FD. Grayscale: #303030. Windows color (decimal): -13551358 or 145713. OLE color: 145713.

HSL color Cylindrical-coordinate representation of color #313902: hue angle of 68.73º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #313902 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB49572-
CMYK0.1400.960.78
HSL68.73º93.22%11.57%-
HSV(B)68.73º96.49%22.35%-
XYZ2.743.580.6-
YUV48.34101.85128.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 57 (22.66% from 255) = 52.78%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=45.37%
G=52.78%
B=1.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal495720.1400.960.7868.7393.2211.57
Hex31392E0604E455dc
Octal6171216014011610513514
Binary110001111001101110011000001001110100010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313902; }

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

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

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

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

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

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

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

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