Html Css Color HEX #143C2E Sherwood Green

📋 copy color: '#143C2E'

red 20 ◦ green 60 ◦ blue 46

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

Shades of Sherwood Green #143C2E

Tints of Sherwood Green #143C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 47.62%

 BLUE value IS 46 (18.36% from 255) = 36.51%

R = 15.87%
G = 47.62%
B = 36.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#143C2E (or 0x143C2E) is known color: Sherwood Green. HEX triplet: 14, 3C and 2E. RGB value is (20,60,46). Sum of RGB (Red+Green+Blue) = 20+60+46=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 60 - color contains mainly: green. Hex color #143C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C2E is #EBC3D1. Grayscale: #2E2E2E. Windows color (decimal): -15451090 or 3030036. OLE color: 3030036.

HSL color Cylindrical-coordinate representation of color #143C2E: hue angle of 159º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143C2E is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 60 46 -
CMYK 0.67 0 0.23 0.76
HSL 159º 0.5% 0.16% -
HSV(B) 159º 0.67% 0.24% -
XYZ 2.4 3.58 3.15 -
YUV 46.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 20 60 46 0.67 0 0.23 0.76 159 0.5 0.16
Hex 14 3C 2E 43 0 17 4C 9F 32 10
Octal 24 74 56 103 0 27 114 237 62 20
Binary 10100 111100 101110 1000011 0 10111 1001100 10011111 110010 10000

Color Harmonies of #143C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C2E

Black with #143C2E

Text Example


Text Example

White with #143C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143C2E; }

 p { color: rgb(20,60,46); }

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

background-color css

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

 a { background-color: rgb(20,60,46); }

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

border-color css

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

 span { border-color: rgb(20,60,46); }

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