Html Css Color HEX #143F33 Sherwood Green

📋 copy color: '#143F33'

red 20 ◦ green 63 ◦ blue 51

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

Shades of Sherwood Green #143F33

Tints of Sherwood Green #143F33

RGB

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

 GREEN value IS 63 (25% from 255) = 47.01%

 BLUE value IS 51 (20.31% from 255) = 38.06%

R = 14.93%
G = 47.01%
B = 38.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#143F33 (or 0x143F33) is known color: Sherwood Green. HEX triplet: 14, 3F and 33. RGB value is (20,63,51). Sum of RGB (Red+Green+Blue) = 20+63+51=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #143F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F33 is #EBC0CC. Grayscale: #303030. Windows color (decimal): -15450317 or 3358484. OLE color: 3358484.

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

Color convert

RGB 20 63 51 -
CMYK 0.68 0 0.19 0.75
HSL 163.26º 0.52% 0.16% -
HSV(B) 163.26º 0.68% 0.25% -
XYZ 2.66 3.94 3.75 -
YUV 48.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 20 63 51 0.68 0 0.19 0.75 163.26 0.52 0.16
Hex 14 3F 33 44 0 13 4B A3 34 10
Octal 24 77 63 104 0 23 113 243 64 20
Binary 10100 111111 110011 1000100 0 10011 1001011 10100011 110100 10000

Color Harmonies of #143F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F33

Black with #143F33

Text Example


Text Example

White with #143F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,63,51); }

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

background-color css

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

 a { background-color: rgb(20,63,51); }

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

border-color css

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

 span { border-color: rgb(20,63,51); }

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