#313802

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

Shades of Turtle Green #313802

Tints of Turtle Green #313802

Color information

#313802 (or 0x313802) is unknown color: approx Turtle Green. HEX triplet: 31, 38 and 02. RGB value is (49,56,2). Sum of RGB (Red+Green+Blue) = 49+56+2=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #313802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313802 is #CEC7FD. Grayscale: #2F2F2F. Windows color (decimal): -13551614 or 145457. OLE color: 145457.

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

Color convert

RGB49562-
CMYK0.1200.960.78
HSL67.78º93.1%11.37%-
HSV(B)67.78º96.43%21.96%-
XYZ2.693.490.59-
YUV47.75102.18128.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 56 (22.27% from 255) = 52.34%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=45.79%
G=52.34%
B=1.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal495620.1200.960.7867.7893.111.37
Hex31382C0604E445db
Octal6170214014011610413513
Binary110001111000101100011000001001110100010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313802; }

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

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

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

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

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

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

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

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