Html Css Color HEX #143A2D Sherwood Green

📋 copy color: '#143A2D'

red 20 ◦ green 58 ◦ blue 45

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

Shades of Sherwood Green #143A2D

Tints of Sherwood Green #143A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.15%

 BLUE value IS 45 (17.97% from 255) = 36.59%

R = 16.26%
G = 47.15%
B = 36.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.77

RGB Variations

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

Color information

#143A2D (or 0x143A2D) is known color: Sherwood Green. HEX triplet: 14, 3A and 2D. RGB value is (20,58,45). Sum of RGB (Red+Green+Blue) = 20+58+45=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #143A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A2D is #EBC5D2. Grayscale: #2D2D2D. Windows color (decimal): -15451603 or 2963988. OLE color: 2963988.

HSL color Cylindrical-coordinate representation of color #143A2D: hue angle of 159.47º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143A2D is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 58 45 -
CMYK 0.66 0 0.22 0.77
HSL 159.47º 0.49% 0.15% -
HSV(B) 159.47º 0.66% 0.23% -
XYZ 2.28 3.36 3.01 -
YUV 45.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 20 58 45 0.66 0 0.22 0.77 159.47 0.49 0.15
Hex 14 3A 2D 42 0 16 4D 9F 31 F
Octal 24 72 55 102 0 26 115 237 61 17
Binary 10100 111010 101101 1000010 0 10110 1001101 10011111 110001 1111

Color Harmonies of #143A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A2D

Black with #143A2D

Text Example


Text Example

White with #143A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,58,45); }

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

background-color css

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

 a { background-color: rgb(20,58,45); }

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

border-color css

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

 span { border-color: rgb(20,58,45); }

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