Html Css Color HEX #143F31 Sherwood Green

📋 copy color: '#143F31'

red 20 ◦ green 63 ◦ blue 49

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

Shades of Sherwood Green #143F31

Tints of Sherwood Green #143F31

RGB

 RED value IS 20 (8.2% from 255) = 15.15%

 GREEN value IS 63 (25% from 255) = 47.73%

 BLUE value IS 49 (19.53% from 255) = 37.12%

R = 15.15%
G = 47.73%
B = 37.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#143F31 (or 0x143F31) is known color: Sherwood Green. HEX triplet: 14, 3F and 31. RGB value is (20,63,49). Sum of RGB (Red+Green+Blue) = 20+63+49=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #143F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F31 is #EBC0CE. Grayscale: #303030. Windows color (decimal): -15450319 or 3227412. OLE color: 3227412.

HSL color Cylindrical-coordinate representation of color #143F31: hue angle of 160.47º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143F31 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 63 49 -
CMYK 0.68 0 0.22 0.75
HSL 160.47º 0.52% 0.16% -
HSV(B) 160.47º 0.68% 0.25% -
XYZ 2.62 3.93 3.53 -
YUV 48.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 20 63 49 0.68 0 0.22 0.75 160.47 0.52 0.16
Hex 14 3F 31 44 0 16 4B A0 34 10
Octal 24 77 61 104 0 26 113 240 64 20
Binary 10100 111111 110001 1000100 0 10110 1001011 10100000 110100 10000

Color Harmonies of #143F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F31

Black with #143F31

Text Example


Text Example

White with #143F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143F31; }

 p { color: rgb(20,63,49); }

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

background-color css

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

 a { background-color: rgb(20,63,49); }

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

border-color css

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

 span { border-color: rgb(20,63,49); }

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