Html Css Color HEX #144130 Sherwood Green

📋 copy color: '#144130'

red 20 ◦ green 65 ◦ blue 48

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

Shades of Sherwood Green #144130

Tints of Sherwood Green #144130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.87%

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

R = 15.04%
G = 48.87%
B = 36.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#144130 (or 0x144130) is known color: Sherwood Green. HEX triplet: 14, 41 and 30. RGB value is (20,65,48). Sum of RGB (Red+Green+Blue) = 20+65+48=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #144130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144130 is #EBBECF. Grayscale: #313131. Windows color (decimal): -15449808 or 3162388. OLE color: 3162388.

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

Color convert

RGB 20 65 48 -
CMYK 0.69 0 0.26 0.75
HSL 157.33º 0.53% 0.17% -
HSV(B) 157.33º 0.69% 0.25% -
XYZ 2.71 4.14 3.45 -
YUV 49.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 20 65 48 0.69 0 0.26 0.75 157.33 0.53 0.17
Hex 14 41 30 45 0 1A 4B 9D 35 11
Octal 24 101 60 105 0 32 113 235 65 21
Binary 10100 1000001 110000 1000101 0 11010 1001011 10011101 110101 10001

Color Harmonies of #144130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144130

Black with #144130

Text Example


Text Example

White with #144130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144130; }

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

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

background-color css

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

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

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

border-color css

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

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

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