Html Css Color HEX #31390F Turtle Green

📋 copy color: '#31390F'

red 49 ◦ green 57 ◦ blue 15

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

Shades of Turtle Green #31390F

Tints of Turtle Green #31390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 47.11%

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 40.5%
G = 47.11%
B = 12.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.78

RGB Variations

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

Color information

#31390F (or 0x31390F) is known color: Turtle Green. HEX triplet: 31, 39 and 0F. RGB value is (49,57,15). Sum of RGB (Red+Green+Blue) = 49+57+15=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #31390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31390F is #CEC6F0. Grayscale: #313131. Windows color (decimal): -13551345 or 997681. OLE color: 997681.

HSL color Cylindrical-coordinate representation of color #31390F: hue angle of 71.43º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31390F is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 57 15 -
CMYK 0.14 0 0.74 0.78
HSL 71.43º 0.58% 0.14% -
HSV(B) 71.43º 0.74% 0.22% -
XYZ 2.82 3.61 1 -
YUV 49.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 49 57 15 0.14 0 0.74 0.78 71.43 0.58 0.14
Hex 31 39 F E 0 4A 4E 47 3A E
Octal 61 71 17 16 0 112 116 107 72 16
Binary 110001 111001 1111 1110 0 1001010 1001110 1000111 111010 1110

Color Harmonies of #31390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31390F

Black with #31390F

Text Example


Text Example

White with #31390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31390F; }

 p { color: rgb(49,57,15); }

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

background-color css

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

 a { background-color: rgb(49,57,15); }

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

border-color css

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

 span { border-color: rgb(49,57,15); }

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