#142F20

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

Shades of Cardin Green #142F20

Tints of Cardin Green #142F20

Color information

#142F20 (or 0x142F20) is unknown color: approx Cardin Green. HEX triplet: 14, 2F and 20. RGB value is (20,47,32). Sum of RGB (Red+Green+Blue) = 20+47+32=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 47 - color contains mainly: green. Hex color #142F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F20 is #EBD0DF. Grayscale: #252525. Windows color (decimal): -15454432 or 2109204. OLE color: 2109204.

HSL color Cylindrical-coordinate representation of color #142F20: hue angle of 146.67º 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 #142F20 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.

Color convert

RGB204732-
CMYK0.5700.320.82
HSL146.67º40.3%13.14%-
HSV(B)146.67º57.45%18.43%-
XYZ1.572.291.73-
YUV37.22125.05115.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 47 (18.75% from 255) = 47.47%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=20.20%
G=47.47%
B=32.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2047320.5700.320.82146.6740.313.14
Hex142F2039020529328d
Octal245740710401222235015
Binary1010010111110000011100101000001010010100100111010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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