Html Css Color HEX #313E00 Turtle Green

📋 copy color: '#313E00'

red 49 ◦ green 62 ◦ blue 0

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

Shades of Turtle Green #313E00

Tints of Turtle Green #313E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 55.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.14%
G = 55.86%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#313E00 (or 0x313E00) is known color: Turtle Green. HEX triplet: 31, 3E and 00. RGB value is (49,62,0). Sum of RGB (Red+Green+Blue) = 49+62+0=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #313E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313E00 is #CEC1FF. Grayscale: #333333. Windows color (decimal): -13550080 or 15921. OLE color: 15921.

HSL color Cylindrical-coordinate representation of color #313E00: hue angle of 72.58º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #313E00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 62 0 -
CMYK 0.21 0 1 0.76
HSL 72.58º 1% 0.12% -
HSV(B) 72.58º 1% 0.24% -
XYZ 2.99 4.1 0.63 -
YUV 51.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 49 62 0 0.21 0 1 0.76 72.58 1 0.12
Hex 31 3E 0 15 0 64 4C 49 64 C
Octal 61 76 0 25 0 144 114 111 144 14
Binary 110001 111110 0 10101 0 1100100 1001100 1001001 1100100 1100

Color Harmonies of #313E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E00

Black with #313E00

Text Example


Text Example

White with #313E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313E00; }

 p { color: rgb(49,62,0); }

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

background-color css

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

 a { background-color: rgb(49,62,0); }

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

border-color css

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

 span { border-color: rgb(49,62,0); }

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