#142F21

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

Shades of Cardin Green #142F21

Tints of Cardin Green #142F21

Color information

#142F21 (or 0x142F21) is unknown color: approx Cardin Green. HEX triplet: 14, 2F and 21. RGB value is (20,47,33). Sum of RGB (Red+Green+Blue) = 20+47+33=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #142F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F21 is #EBD0DE. Grayscale: #252525. Windows color (decimal): -15454431 or 2174740. OLE color: 2174740.

HSL color Cylindrical-coordinate representation of color #142F21: hue angle of 148.89º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142F21 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB204733-
CMYK0.5700.300.82
HSL148.89º40.3%13.14%-
HSV(B)148.89º57.45%18.43%-
XYZ1.582.291.8-
YUV37.33125.55115.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 47 (18.75% from 255) = 47%
BLUE value IS 33 (13.28% from 255) = 33%
R=20%
G=47%
B=33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2047330.5700.300.82148.8940.313.14
Hex142F213901E529528d
Octal245741710361222255015
Binary101001011111000011110010111101010010100101011010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142F21; }

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

 H1.HeaderClassName
 {
   color: #142F21;
 }
 .AnyTagClassName
 {
   color: #142F21;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #142F21;
 }
 .BgClassName
 {
   background-color: #142F21;
 }
</style>
border-color css

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

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

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