Html Css Color HEX #144231 Sherwood Green

📋 copy color: '#144231'

red 20 ◦ green 66 ◦ blue 49

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

Shades of Sherwood Green #144231

Tints of Sherwood Green #144231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.89%

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

R = 14.81%
G = 48.89%
B = 36.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#144231 (or 0x144231) is known color: Sherwood Green. HEX triplet: 14, 42 and 31. RGB value is (20,66,49). Sum of RGB (Red+Green+Blue) = 20+66+49=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #144231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144231 is #EBBDCE. Grayscale: #323232. Windows color (decimal): -15449551 or 3228180. OLE color: 3228180.

HSL color Cylindrical-coordinate representation of color #144231: hue angle of 157.83º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144231 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 49 -
CMYK 0.70 0 0.26 0.74
HSL 157.83º 0.53% 0.17% -
HSV(B) 157.83º 0.7% 0.26% -
XYZ 2.79 4.27 3.58 -
YUV 50.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 20 66 49 0.70 0 0.26 0.74 157.83 0.53 0.17
Hex 14 42 31 46 0 1A 4A 9E 35 11
Octal 24 102 61 106 0 32 112 236 65 21
Binary 10100 1000010 110001 1000110 0 11010 1001010 10011110 110101 10001

Color Harmonies of #144231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144231

Black with #144231

Text Example


Text Example

White with #144231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144231; }

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

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

background-color css

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

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

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

border-color css

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

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

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