Html Css Color HEX #313301 Turtle Green

📋 copy color: '#313301'

red 49 ◦ green 51 ◦ blue 1

#313301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #313301

Tints of Turtle Green #313301

RGB

 RED value IS 49 (19.53% from 255) = 48.51%

 GREEN value IS 51 (20.31% from 255) = 50.5%

 BLUE value IS 1 (0.78% from 255) = 0.99%

R = 48.51%
G = 50.5%
B = 0.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#313301 (or 0x313301) is known color: Turtle Green. HEX triplet: 31, 33 and 01. RGB value is (49,51,1). Sum of RGB (Red+Green+Blue) = 49+51+1=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #313301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313301 is #CECCFE. Grayscale: #2C2C2C. Windows color (decimal): -13552895 or 78641. OLE color: 78641.

HSL color Cylindrical-coordinate representation of color #313301: hue angle of 62.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #313301 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 51 1 -
CMYK 0.04 0 0.98 0.8
HSL 62.4º 0.96% 0.1% -
HSV(B) 62.4º 0.98% 0.2% -
XYZ 2.46 3.02 0.48 -
YUV 44.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 49 51 1 0.04 0 0.98 0.8 62.4 0.96 0.1
Hex 31 33 1 4 0 62 50 3E 60 A
Octal 61 63 1 4 0 142 120 76 140 12
Binary 110001 110011 1 100 0 1100010 1010000 111110 1100000 1010

Color Harmonies of #313301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313301

Black with #313301

Text Example


Text Example

White with #313301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313301; }

 p { color: rgb(49,51,1); }

 H1.HeaderClassName
 {
   color: #313301;
 }
 .AnyTagClassName
 {
   color: #313301;
 }
</style>

background-color css

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

 a { background-color: rgb(49,51,1); }

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

border-color css

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

 span { border-color: rgb(49,51,1); }

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