Html Css Color HEX #314902 Turtle Green

📋 copy color: '#314902'

red 49 ◦ green 73 ◦ blue 2

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

Shades of Turtle Green #314902

Tints of Turtle Green #314902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 58.87%

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

R = 39.52%
G = 58.87%
B = 1.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#314902 (or 0x314902) is known color: Turtle Green. HEX triplet: 31, 49 and 02. RGB value is (49,73,2). Sum of RGB (Red+Green+Blue) = 49+73+2=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #314902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314902 is #CEB6FD. Grayscale: #393939. Windows color (decimal): -13547262 or 149809. OLE color: 149809.

HSL color Cylindrical-coordinate representation of color #314902: hue angle of 80.28º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #314902 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 2 -
CMYK 0.33 0 0.97 0.71
HSL 80.28º 0.95% 0.15% -
HSV(B) 80.28º 0.97% 0.29% -
XYZ 3.66 5.42 0.91 -
YUV 57.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 49 73 2 0.33 0 0.97 0.71 80.28 0.95 0.15
Hex 31 49 2 21 0 61 47 50 5F F
Octal 61 111 2 41 0 141 107 120 137 17
Binary 110001 1001001 10 100001 0 1100001 1000111 1010000 1011111 1111

Color Harmonies of #314902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314902

Black with #314902

Text Example


Text Example

White with #314902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314902; }

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

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

background-color css

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

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

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

border-color css

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

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

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