Html Css Color HEX #314002 Turtle Green

📋 copy color: '#314002'

red 49 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #314002

Tints of Turtle Green #314002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.65%

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

R = 42.61%
G = 55.65%
B = 1.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#314002 (or 0x314002) is known color: Turtle Green. HEX triplet: 31, 40 and 02. RGB value is (49,64,2). Sum of RGB (Red+Green+Blue) = 49+64+2=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #314002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314002 is #CEBFFD. Grayscale: #343434. Windows color (decimal): -13549566 or 147505. OLE color: 147505.

HSL color Cylindrical-coordinate representation of color #314002: hue angle of 74.52º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #314002 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 2 -
CMYK 0.23 0 0.97 0.75
HSL 74.52º 0.94% 0.13% -
HSV(B) 74.52º 0.97% 0.25% -
XYZ 3.11 4.32 0.73 -
YUV 52.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 49 64 2 0.23 0 0.97 0.75 74.52 0.94 0.13
Hex 31 40 2 17 0 61 4B 4B 5E D
Octal 61 100 2 27 0 141 113 113 136 15
Binary 110001 1000000 10 10111 0 1100001 1001011 1001011 1011110 1101

Color Harmonies of #314002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314002

Black with #314002

Text Example


Text Example

White with #314002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314002; }

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

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

background-color css

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

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

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

border-color css

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

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

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