Html Css Color HEX #314700 Turtle Green

📋 copy color: '#314700'

red 49 ◦ green 71 ◦ blue 0

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

Shades of Turtle Green #314700

Tints of Turtle Green #314700

RGB

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

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

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

R = 40.83%
G = 59.17%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#314700 (or 0x314700) is known color: Turtle Green. HEX triplet: 31, 47 and 00. RGB value is (49,71,0). Sum of RGB (Red+Green+Blue) = 49+71+0=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #314700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314700 is #CEB8FF. Grayscale: #383838. Windows color (decimal): -13547776 or 18225. OLE color: 18225.

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

Color convert

RGB 49 71 0 -
CMYK 0.31 0 1 0.72
HSL 78.59º 1% 0.14% -
HSV(B) 78.59º 1% 0.28% -
XYZ 3.52 5.16 0.81 -
YUV 56.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 49 71 0 0.31 0 1 0.72 78.59 1 0.14
Hex 31 47 0 1F 0 64 48 4F 64 E
Octal 61 107 0 37 0 144 110 117 144 16
Binary 110001 1000111 0 11111 0 1100100 1001000 1001111 1100100 1110

Color Harmonies of #314700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314700

Black with #314700

Text Example


Text Example

White with #314700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314700; }

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

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

background-color css

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

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

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

border-color css

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

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

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