Html Css Color HEX #144030 Sherwood Green

📋 copy color: '#144030'

red 20 ◦ green 64 ◦ blue 48

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

Shades of Sherwood Green #144030

Tints of Sherwood Green #144030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.48%

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

R = 15.15%
G = 48.48%
B = 36.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#144030 (or 0x144030) is known color: Sherwood Green. HEX triplet: 14, 40 and 30. RGB value is (20,64,48). Sum of RGB (Red+Green+Blue) = 20+64+48=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #144030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144030 is #EBBFCF. Grayscale: #313131. Windows color (decimal): -15450064 or 3162132. OLE color: 3162132.

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

Color convert

RGB 20 64 48 -
CMYK 0.69 0 0.25 0.75
HSL 158.18º 0.52% 0.16% -
HSV(B) 158.18º 0.69% 0.25% -
XYZ 2.66 4.03 3.43 -
YUV 49.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 20 64 48 0.69 0 0.25 0.75 158.18 0.52 0.16
Hex 14 40 30 45 0 19 4B 9E 34 10
Octal 24 100 60 105 0 31 113 236 64 20
Binary 10100 1000000 110000 1000101 0 11001 1001011 10011110 110100 10000

Color Harmonies of #144030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144030

Black with #144030

Text Example


Text Example

White with #144030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144030; }

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

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

background-color css

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

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

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

border-color css

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

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

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