Html Css Color HEX #31381F Turtle Green

📋 copy color: '#31381F'

red 49 ◦ green 56 ◦ blue 31

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

Shades of Turtle Green #31381F

Tints of Turtle Green #31381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.18%

 BLUE value IS 31 (12.5% from 255) = 22.79%

R = 36.03%
G = 41.18%
B = 22.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#31381F (or 0x31381F) is known color: Turtle Green. HEX triplet: 31, 38 and 1F. RGB value is (49,56,31). Sum of RGB (Red+Green+Blue) = 49+56+31=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #31381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31381F is #CEC7E0. Grayscale: #333333. Windows color (decimal): -13551585 or 2046001. OLE color: 2046001.

HSL color Cylindrical-coordinate representation of color #31381F: hue angle of 76.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #31381F is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 56 31 -
CMYK 0.12 0 0.45 0.78
HSL 76.8º 0.29% 0.17% -
HSV(B) 76.8º 0.45% 0.22% -
XYZ 2.93 3.58 1.83 -
YUV 51.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 49 56 31 0.12 0 0.45 0.78 76.8 0.29 0.17
Hex 31 38 1F C 0 2D 4E 4D 1D 11
Octal 61 70 37 14 0 55 116 115 35 21
Binary 110001 111000 11111 1100 0 101101 1001110 1001101 11101 10001

Color Harmonies of #31381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31381F

Black with #31381F

Text Example


Text Example

White with #31381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,56,31); }

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

background-color css

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

 a { background-color: rgb(49,56,31); }

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

border-color css

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

 span { border-color: rgb(49,56,31); }

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