Html Css Color HEX #144230 Sherwood Green

📋 copy color: '#144230'

red 20 ◦ green 66 ◦ blue 48

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

Shades of Sherwood Green #144230

Tints of Sherwood Green #144230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.82%

R = 14.93%
G = 49.25%
B = 35.82%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#144230 (or 0x144230) is known color: Sherwood Green. HEX triplet: 14, 42 and 30. RGB value is (20,66,48). Sum of RGB (Red+Green+Blue) = 20+66+48=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #144230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144230 is #EBBDCF. Grayscale: #323232. Windows color (decimal): -15449552 or 3162644. OLE color: 3162644.

HSL color Cylindrical-coordinate representation of color #144230: hue angle of 156.52º 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 #144230 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 48 -
CMYK 0.70 0 0.27 0.74
HSL 156.52º 0.53% 0.17% -
HSV(B) 156.52º 0.7% 0.26% -
XYZ 2.77 4.26 3.47 -
YUV 50.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 20 66 48 0.70 0 0.27 0.74 156.52 0.53 0.17
Hex 14 42 30 46 0 1B 4A 9D 35 11
Octal 24 102 60 106 0 33 112 235 65 21
Binary 10100 1000010 110000 1000110 0 11011 1001010 10011101 110101 10001

Color Harmonies of #144230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144230

Black with #144230

Text Example


Text Example

White with #144230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144230; }

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

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

background-color css

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

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

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

border-color css

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

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

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