Html Css Color HEX #31381E Turtle Green

📋 copy color: '#31381E'

red 49 ◦ green 56 ◦ blue 30

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

Shades of Turtle Green #31381E

Tints of Turtle Green #31381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.22%

R = 36.3%
G = 41.48%
B = 22.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#31381E (or 0x31381E) is known color: Turtle Green. HEX triplet: 31, 38 and 1E. RGB value is (49,56,30). Sum of RGB (Red+Green+Blue) = 49+56+30=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #31381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31381E is #CEC7E1. Grayscale: #333333. Windows color (decimal): -13551586 or 1980465. OLE color: 1980465.

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

Color convert

RGB 49 56 30 -
CMYK 0.12 0 0.46 0.78
HSL 76.15º 0.3% 0.17% -
HSV(B) 76.15º 0.46% 0.22% -
XYZ 2.92 3.58 1.76 -
YUV 50.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 49 56 30 0.12 0 0.46 0.78 76.15 0.3 0.17
Hex 31 38 1E C 0 2E 4E 4C 1E 11
Octal 61 70 36 14 0 56 116 114 36 21
Binary 110001 111000 11110 1100 0 101110 1001110 1001100 11110 10001

Color Harmonies of #31381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31381E

Black with #31381E

Text Example


Text Example

White with #31381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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