#143127

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

Shades of Cardin Green #143127

Tints of Cardin Green #143127

Color information

#143127 (or 0x143127) is unknown color: approx Cardin Green. HEX triplet: 14, 31 and 27. RGB value is (20,49,39). Sum of RGB (Red+Green+Blue) = 20+49+39=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #143127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143127 is #EBCED8. Grayscale: #272727. Windows color (decimal): -15453913 or 2568468. OLE color: 2568468.

HSL color Cylindrical-coordinate representation of color #143127: hue angle of 159.31º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #143127 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB204939-
CMYK0.5900.200.81
HSL159.31º42.03%13.53%-
HSV(B)159.31º59.18%19.22%-
XYZ1.752.492.31-
YUV39.19127.89114.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=18.52%
G=45.37%
B=36.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049390.5900.200.81159.3142.0313.53
Hex1431273B014519f2ae
Octal246147730241212375216
Binary101001100011001111110110101001010001100111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143127; }

 p { color: rgb(20,49,39); }

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

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

 a { background-color: rgb(20,49,39); }

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

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

 span { border-color: rgb(20,49,39); }

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