Html Css Color HEX #143123 Cardin Green

📋 copy color: '#143123'

red 20 ◦ green 49 ◦ blue 35

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

Shades of Cardin Green #143123

Tints of Cardin Green #143123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 47.12%

 BLUE value IS 35 (14.06% from 255) = 33.65%

R = 19.23%
G = 47.12%
B = 33.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#143123 (or 0x143123) is known color: Cardin Green. HEX triplet: 14, 31 and 23. RGB value is (20,49,35). Sum of RGB (Red+Green+Blue) = 20+49+35=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #143123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143123 is #EBCEDC. Grayscale: #262626. Windows color (decimal): -15453917 or 2306324. OLE color: 2306324.

HSL color Cylindrical-coordinate representation of color #143123: hue angle of 151.03º 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 #143123 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 49 35 -
CMYK 0.59 0 0.29 0.81
HSL 151.03º 0.42% 0.14% -
HSV(B) 151.03º 0.59% 0.19% -
XYZ 1.69 2.47 1.98 -
YUV 38.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 20 49 35 0.59 0 0.29 0.81 151.03 0.42 0.14
Hex 14 31 23 3B 0 1D 51 97 2A E
Octal 24 61 43 73 0 35 121 227 52 16
Binary 10100 110001 100011 111011 0 11101 1010001 10010111 101010 1110

Color Harmonies of #143123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143123

Black with #143123

Text Example


Text Example

White with #143123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143123; }

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

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

background-color css

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

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

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

border-color css

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

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

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