Html Css Color HEX #143227 Cardin Green

📋 copy color: '#143227'

red 20 ◦ green 50 ◦ blue 39

#143227
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #143227

Tints of Cardin Green #143227

RGB

 RED value IS 20 (8.2% from 255) = 18.35%

 GREEN value IS 50 (19.92% from 255) = 45.87%

 BLUE value IS 39 (15.63% from 255) = 35.78%

R = 18.35%
G = 45.87%
B = 35.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#143227 (or 0x143227) is known color: Cardin Green. HEX triplet: 14, 32 and 27. RGB value is (20,50,39). Sum of RGB (Red+Green+Blue) = 20+50+39=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #143227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143227 is #EBCDD8. Grayscale: #272727. Windows color (decimal): -15453657 or 2568724. OLE color: 2568724.

HSL color Cylindrical-coordinate representation of color #143227: hue angle of 158º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143227 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 50 39 -
CMYK 0.60 0 0.22 0.80
HSL 158º 0.43% 0.14% -
HSV(B) 158º 0.6% 0.2% -
XYZ 1.8 2.58 2.32 -
YUV 39.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 20 50 39 0.60 0 0.22 0.80 158 0.43 0.14
Hex 14 32 27 3C 0 16 50 9E 2B E
Octal 24 62 47 74 0 26 120 236 53 16
Binary 10100 110010 100111 111100 0 10110 1010000 10011110 101011 1110

Color Harmonies of #143227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143227

Black with #143227

Text Example


Text Example

White with #143227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143227; }

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

 H1.HeaderClassName
 {
   color: #143227;
 }
 .AnyTagClassName
 {
   color: #143227;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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