Html Css Color HEX #314701 Turtle Green

📋 copy color: '#314701'

red 49 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #314701

Tints of Turtle Green #314701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 58.68%

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

R = 40.5%
G = 58.68%
B = 0.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#314701 (or 0x314701) is known color: Turtle Green. HEX triplet: 31, 47 and 01. RGB value is (49,71,1). Sum of RGB (Red+Green+Blue) = 49+71+1=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #314701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314701 is #CEB8FE. Grayscale: #383838. Windows color (decimal): -13547775 or 83761. OLE color: 83761.

HSL color Cylindrical-coordinate representation of color #314701: hue angle of 78.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #314701 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 1 -
CMYK 0.31 0 0.99 0.72
HSL 78.86º 0.97% 0.14% -
HSV(B) 78.86º 0.99% 0.28% -
XYZ 3.53 5.16 0.84 -
YUV 56.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 49 71 1 0.31 0 0.99 0.72 78.86 0.97 0.14
Hex 31 47 1 1F 0 63 48 4F 61 E
Octal 61 107 1 37 0 143 110 117 141 16
Binary 110001 1000111 1 11111 0 1100011 1001000 1001111 1100001 1110

Color Harmonies of #314701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314701

Black with #314701

Text Example


Text Example

White with #314701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314701; }

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

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

background-color css

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

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

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

border-color css

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

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

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