#143022

Color #143022 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #143022

Tints of Cardin Green #143022

Color information

#143022 (or 0x143022) is unknown color: approx 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

RGB204834-
CMYK0.5800.290.81
HSL150º41.18%13.33%-
HSV(B)150º58.33%18.82%-
XYZ1.632.381.89-
YUV38.03125.72115.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048340.5800.290.8115041.1813.33
Hex1430223A01D519629d
Octal246042720351212265115
Binary101001100001000101110100111011010001100101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>