Html Css Color HEX #314502 Turtle Green

📋 copy color: '#314502'

red 49 ◦ green 69 ◦ blue 2

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

Shades of Turtle Green #314502

Tints of Turtle Green #314502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.5%

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

R = 40.83%
G = 57.5%
B = 1.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#314502 (or 0x314502) is known color: Turtle Green. HEX triplet: 31, 45 and 02. RGB value is (49,69,2). Sum of RGB (Red+Green+Blue) = 49+69+2=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #314502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314502 is #CEBAFD. Grayscale: #373737. Windows color (decimal): -13548286 or 148785. OLE color: 148785.

HSL color Cylindrical-coordinate representation of color #314502: hue angle of 77.91º 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 #314502 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 69 2 -
CMYK 0.29 0 0.97 0.73
HSL 77.91º 0.94% 0.14% -
HSV(B) 77.91º 0.97% 0.27% -
XYZ 3.41 4.91 0.83 -
YUV 55.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 49 69 2 0.29 0 0.97 0.73 77.91 0.94 0.14
Hex 31 45 2 1D 0 61 49 4E 5E E
Octal 61 105 2 35 0 141 111 116 136 16
Binary 110001 1000101 10 11101 0 1100001 1001001 1001110 1011110 1110

Color Harmonies of #314502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314502

Black with #314502

Text Example


Text Example

White with #314502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314502; }

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

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

background-color css

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

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

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

border-color css

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

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

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