#142B23

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

Shades of Cardin Green #142B23

Tints of Cardin Green #142B23

Color information

#142B23 (or 0x142B23) is unknown color: approx Cardin Green. HEX triplet: 14, 2B and 23. RGB value is (20,43,35). Sum of RGB (Red+Green+Blue) = 20+43+35=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 43 - color contains mainly: green. Hex color #142B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B23 is #EBD4DC. Grayscale: #232323. Windows color (decimal): -15455453 or 2304788. OLE color: 2304788.

HSL color Cylindrical-coordinate representation of color #142B23: hue angle of 159.13º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #142B23 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.83.

Color convert

RGB204335-
CMYK0.5300.190.83
HSL159.13º36.51%12.35%-
HSV(B)159.13º53.49%16.86%-
XYZ1.4621.9-
YUV35.21127.88117.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 43 (17.19% from 255) = 43.88%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=20.41%
G=43.88%
B=35.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2043350.5300.190.83159.1336.5112.35
Hex142B2335013539f25c
Octal245343650231232374514
Binary101001010111000111101010100111010011100111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,43,35); }

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

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

 a { background-color: rgb(20,43,35); }

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

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

 span { border-color: rgb(20,43,35); }

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