Html Css Color HEX #144330 Sherwood Green

📋 copy color: '#144330'

red 20 ◦ green 67 ◦ blue 48

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

Shades of Sherwood Green #144330

Tints of Sherwood Green #144330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.63%

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

R = 14.81%
G = 49.63%
B = 35.56%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#144330 (or 0x144330) is known color: Sherwood Green. HEX triplet: 14, 43 and 30. RGB value is (20,67,48). Sum of RGB (Red+Green+Blue) = 20+67+48=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #144330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144330 is #EBBCCF. Grayscale: #323232. Windows color (decimal): -15449296 or 3162900. OLE color: 3162900.

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

Color convert

RGB 20 67 48 -
CMYK 0.70 0 0.28 0.74
HSL 155.74º 0.54% 0.17% -
HSV(B) 155.74º 0.7% 0.26% -
XYZ 2.83 4.38 3.49 -
YUV 50.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 20 67 48 0.70 0 0.28 0.74 155.74 0.54 0.17
Hex 14 43 30 46 0 1C 4A 9C 36 11
Octal 24 103 60 106 0 34 112 234 66 21
Binary 10100 1000011 110000 1000110 0 11100 1001010 10011100 110110 10001

Color Harmonies of #144330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144330

Black with #144330

Text Example


Text Example

White with #144330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144330; }

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

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

background-color css

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

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

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

border-color css

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

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

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