Html Css Color HEX #314802 Turtle Green

📋 copy color: '#314802'

red 49 ◦ green 72 ◦ blue 2

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

Shades of Turtle Green #314802

Tints of Turtle Green #314802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.54%

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

R = 39.84%
G = 58.54%
B = 1.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#314802 (or 0x314802) is known color: Turtle Green. HEX triplet: 31, 48 and 02. RGB value is (49,72,2). Sum of RGB (Red+Green+Blue) = 49+72+2=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #314802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314802 is #CEB7FD. Grayscale: #393939. Windows color (decimal): -13547518 or 149553. OLE color: 149553.

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

Color convert

RGB 49 72 2 -
CMYK 0.32 0 0.97 0.72
HSL 79.71º 0.95% 0.15% -
HSV(B) 79.71º 0.97% 0.28% -
XYZ 3.59 5.29 0.89 -
YUV 57.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 49 72 2 0.32 0 0.97 0.72 79.71 0.95 0.15
Hex 31 48 2 20 0 61 48 50 5F F
Octal 61 110 2 40 0 141 110 120 137 17
Binary 110001 1001000 10 100000 0 1100001 1001000 1010000 1011111 1111

Color Harmonies of #314802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314802

Black with #314802

Text Example


Text Example

White with #314802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314802; }

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

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

background-color css

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

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

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

border-color css

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

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

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