#19231F

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

Shades of Cardin Green #19231F

Tints of Cardin Green #19231F

Color information

#19231F (or 0x19231F) is unknown color: approx Cardin Green. HEX triplet: 19, 23 and 1F. RGB value is (25,35,31). Sum of RGB (Red+Green+Blue) = 25+35+31=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 35 - color contains mainly: green. Hex color #19231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19231F is #E6DCE0. Grayscale: #1F1F1F. Windows color (decimal): -15129825 or 2040601. OLE color: 2040601.

HSL color Cylindrical-coordinate representation of color #19231F: hue angle of 156º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #19231F is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB253531-
CMYK0.2900.110.86
HSL156º16.67%11.76%-
HSV(B)156º28.57%13.73%-
XYZ1.251.511.52-
YUV31.55127.69123.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.47%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=27.47%
G=38.46%
B=34.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2535310.2900.110.8615616.6711.76
Hex19231F1D0B569c11c
Octal314337350131262342114
Binary11001100011111111110101011101011010011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19231F; }

 p { color: rgb(25,35,31); }

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

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

 a { background-color: rgb(25,35,31); }

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

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

 span { border-color: rgb(25,35,31); }

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