Html Css Color HEX #143022 Cardin Green

📋 copy color: '#143022'

red 20 ◦ green 48 ◦ blue 34

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

Shades of Cardin Green #143022

Tints of Cardin Green #143022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 33.33%

R = 19.61%
G = 47.06%
B = 33.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#143022 (or 0x143022) is known color: Cardin Green. HEX triplet: 14, 30 and 22. RGB value is (20,48,34). Sum of RGB (Red+Green+Blue) = 20+48+34=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #143022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143022 is #EBCFDD. Grayscale: #262626. Windows color (decimal): -15454174 or 2240532. OLE color: 2240532.

HSL color Cylindrical-coordinate representation of color #143022: hue angle of 150º 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 #143022 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 34 -
CMYK 0.58 0 0.29 0.81
HSL 150º 0.41% 0.13% -
HSV(B) 150º 0.58% 0.19% -
XYZ 1.63 2.38 1.89 -
YUV 38.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 20 48 34 0.58 0 0.29 0.81 150 0.41 0.13
Hex 14 30 22 3A 0 1D 51 96 29 D
Octal 24 60 42 72 0 35 121 226 51 15
Binary 10100 110000 100010 111010 0 11101 1010001 10010110 101001 1101

Color Harmonies of #143022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143022

Black with #143022

Text Example


Text Example

White with #143022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143022; }

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

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

background-color css

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

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

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

border-color css

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

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

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