Html Css Color HEX #314A02 Turtle Green

📋 copy color: '#314A02'

red 49 ◦ green 74 ◦ blue 2

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

Shades of Turtle Green #314A02

Tints of Turtle Green #314A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 59.2%

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

R = 39.2%
G = 59.2%
B = 1.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#314A02 (or 0x314A02) is known color: Turtle Green. HEX triplet: 31, 4A and 02. RGB value is (49,74,2). Sum of RGB (Red+Green+Blue) = 49+74+2=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 74 (29.30% from 255 or 59.2% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 74 - color contains mainly: green. Hex color #314A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314A02 is #CEB5FD. Grayscale: #3A3A3A. Windows color (decimal): -13547006 or 150065. OLE color: 150065.

HSL color Cylindrical-coordinate representation of color #314A02: hue angle of 80.83º 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 #314A02 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 74 2 -
CMYK 0.34 0 0.97 0.71
HSL 80.83º 0.95% 0.15% -
HSV(B) 80.83º 0.97% 0.29% -
XYZ 3.73 5.55 0.93 -
YUV 58.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 49 74 2 0.34 0 0.97 0.71 80.83 0.95 0.15
Hex 31 4A 2 22 0 61 47 51 5F F
Octal 61 112 2 42 0 141 107 121 137 17
Binary 110001 1001010 10 100010 0 1100001 1000111 1010001 1011111 1111

Color Harmonies of #314A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A02

Black with #314A02

Text Example


Text Example

White with #314A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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