Html Css Color HEX #143021 Cardin Green

📋 copy color: '#143021'

red 20 ◦ green 48 ◦ blue 33

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

Shades of Cardin Green #143021

Tints of Cardin Green #143021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 47.52%

 BLUE value IS 33 (13.28% from 255) = 32.67%

R = 19.8%
G = 47.52%
B = 32.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#143021 (or 0x143021) is known color: Cardin Green. HEX triplet: 14, 30 and 21. RGB value is (20,48,33). Sum of RGB (Red+Green+Blue) = 20+48+33=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #143021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143021 is #EBCFDE. Grayscale: #252525. Windows color (decimal): -15454175 or 2174996. OLE color: 2174996.

HSL color Cylindrical-coordinate representation of color #143021: hue angle of 147.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143021 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 33 -
CMYK 0.58 0 0.31 0.81
HSL 147.86º 0.41% 0.13% -
HSV(B) 147.86º 0.58% 0.19% -
XYZ 1.62 2.37 1.81 -
YUV 37.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 20 48 33 0.58 0 0.31 0.81 147.86 0.41 0.13
Hex 14 30 21 3A 0 1F 51 94 29 D
Octal 24 60 41 72 0 37 121 224 51 15
Binary 10100 110000 100001 111010 0 11111 1010001 10010100 101001 1101

Color Harmonies of #143021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143021

Black with #143021

Text Example


Text Example

White with #143021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143021; }

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

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

background-color css

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

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

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

border-color css

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

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

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