Html Css Color HEX #315101 Turtle Green

📋 copy color: '#315101'

red 49 ◦ green 81 ◦ blue 1

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

Shades of Turtle Green #315101

Tints of Turtle Green #315101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 61.83%

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

R = 37.4%
G = 61.83%
B = 0.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#315101 (or 0x315101) is known color: Turtle Green. HEX triplet: 31, 51 and 01. RGB value is (49,81,1). Sum of RGB (Red+Green+Blue) = 49+81+1=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #315101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315101 is #CEAEFE. Grayscale: #3E3E3E. Windows color (decimal): -13545215 or 86321. OLE color: 86321.

HSL color Cylindrical-coordinate representation of color #315101: hue angle of 84º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #315101 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 1 -
CMYK 0.40 0 0.99 0.68
HSL 84º 0.98% 0.16% -
HSV(B) 84º 0.99% 0.32% -
XYZ 4.21 6.54 1.07 -
YUV 62.31 93.4 118.5 -
System Red Green Blue C M Y K H S L
Decimal 49 81 1 0.40 0 0.99 0.68 84 0.98 0.16
Hex 31 51 1 28 0 63 44 54 62 10
Octal 61 121 1 50 0 143 104 124 142 20
Binary 110001 1010001 1 101000 0 1100011 1000100 1010100 1100010 10000

Color Harmonies of #315101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315101

Black with #315101

Text Example


Text Example

White with #315101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315101; }

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

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

background-color css

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

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

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

border-color css

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

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

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