#313402

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

Shades of Turtle Green #313402

Tints of Turtle Green #313402

Color information

#313402 (or 0x313402) is unknown color: approx Turtle Green. HEX triplet: 31, 34 and 02. RGB value is (49,52,2). Sum of RGB (Red+Green+Blue) = 49+52+2=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #313402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313402 is #CECBFD. Grayscale: #2D2D2D. Windows color (decimal): -13552638 or 144433. OLE color: 144433.

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

Color convert

RGB49522-
CMYK0.0600.960.80
HSL63.6º92.59%10.59%-
HSV(B)63.6º96.15%20.39%-
XYZ2.513.110.53-
YUV45.4103.51130.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 52 (20.70% from 255) = 50.49%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=47.57%
G=50.49%
B=1.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal495220.0600.960.8063.692.5910.59
Hex31342606050405db
Octal616426014012010013513
Binary11000111010010110011000001010000100000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313402; }

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

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

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

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

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

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

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

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