Html Css Color HEX #315000 Turtle Green

📋 copy color: '#315000'

red 49 ◦ green 80 ◦ blue 0

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

Shades of Turtle Green #315000

Tints of Turtle Green #315000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 62.02%

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

R = 37.98%
G = 62.02%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#315000 (or 0x315000) is known color: Turtle Green. HEX triplet: 31, 50 and 00. RGB value is (49,80,0). Sum of RGB (Red+Green+Blue) = 49+80+0=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #315000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315000 is #CEAFFF. Grayscale: #3D3D3D. Windows color (decimal): -13545472 or 20529. OLE color: 20529.

HSL color Cylindrical-coordinate representation of color #315000: hue angle of 83.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #315000 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 0 -
CMYK 0.39 0 1 0.69
HSL 83.25º 1% 0.16% -
HSV(B) 83.25º 1% 0.31% -
XYZ 4.14 6.39 1.02 -
YUV 61.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 49 80 0 0.39 0 1 0.69 83.25 1 0.16
Hex 31 50 0 27 0 64 45 53 64 10
Octal 61 120 0 47 0 144 105 123 144 20
Binary 110001 1010000 0 100111 0 1100100 1000101 1010011 1100100 10000

Color Harmonies of #315000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315000

Black with #315000

Text Example


Text Example

White with #315000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315000; }

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

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

background-color css

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

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

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

border-color css

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

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

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