Html Css Color HEX #313303 Turtle Green

📋 copy color: '#313303'

red 49 ◦ green 51 ◦ blue 3

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

Shades of Turtle Green #313303

Tints of Turtle Green #313303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.91%

R = 47.57%
G = 49.51%
B = 2.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.8

RGB Variations

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

Color information

#313303 (or 0x313303) is known color: Turtle Green. HEX triplet: 31, 33 and 03. RGB value is (49,51,3). Sum of RGB (Red+Green+Blue) = 49+51+3=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #313303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313303 is #CECCFC. Grayscale: #2D2D2D. Windows color (decimal): -13552893 or 209713. OLE color: 209713.

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

Color convert

RGB 49 51 3 -
CMYK 0.04 0 0.94 0.8
HSL 62.5º 0.89% 0.11% -
HSV(B) 62.5º 0.94% 0.2% -
XYZ 2.47 3.03 0.54 -
YUV 44.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 49 51 3 0.04 0 0.94 0.8 62.5 0.89 0.11
Hex 31 33 3 4 0 5E 50 3F 59 B
Octal 61 63 3 4 0 136 120 77 131 13
Binary 110001 110011 11 100 0 1011110 1010000 111111 1011001 1011

Color Harmonies of #313303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313303

Black with #313303

Text Example


Text Example

White with #313303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313303; }

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

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

background-color css

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

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

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

border-color css

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

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

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