Html Css Color HEX #314602 Turtle Green

📋 copy color: '#314602'

red 49 ◦ green 70 ◦ blue 2

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

Shades of Turtle Green #314602

Tints of Turtle Green #314602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 57.85%

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 40.5%
G = 57.85%
B = 1.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#314602 (or 0x314602) is known color: Turtle Green. HEX triplet: 31, 46 and 02. RGB value is (49,70,2). Sum of RGB (Red+Green+Blue) = 49+70+2=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #314602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314602 is #CEB9FD. Grayscale: #383838. Windows color (decimal): -13548030 or 149041. OLE color: 149041.

HSL color Cylindrical-coordinate representation of color #314602: hue angle of 78.53º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #314602 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 70 2 -
CMYK 0.30 0 0.97 0.73
HSL 78.53º 0.94% 0.14% -
HSV(B) 78.53º 0.97% 0.27% -
XYZ 3.47 5.04 0.85 -
YUV 55.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 49 70 2 0.30 0 0.97 0.73 78.53 0.94 0.14
Hex 31 46 2 1E 0 61 49 4F 5E E
Octal 61 106 2 36 0 141 111 117 136 16
Binary 110001 1000110 10 11110 0 1100001 1001001 1001111 1011110 1110

Color Harmonies of #314602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314602

Black with #314602

Text Example


Text Example

White with #314602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314602; }

 p { color: rgb(49,70,2); }

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

background-color css

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

 a { background-color: rgb(49,70,2); }

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

border-color css

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

 span { border-color: rgb(49,70,2); }

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