#19241F

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

Shades of Cardin Green #19241F

Tints of Cardin Green #19241F

Color information

#19241F (or 0x19241F) is unknown color: approx Cardin Green. HEX triplet: 19, 24 and 1F. RGB value is (25,36,31). Sum of RGB (Red+Green+Blue) = 25+36+31=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 36 - color contains mainly: green. Hex color #19241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19241F is #E6DBE0. Grayscale: #202020. Windows color (decimal): -15129569 or 2040857. OLE color: 2040857.

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

Color convert

RGB253631-
CMYK0.3100.140.86
HSL152.73º18.03%11.96%-
HSV(B)152.73º30.56%14.12%-
XYZ1.281.571.53-
YUV32.14127.36122.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.17%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=27.17%
G=39.13%
B=33.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2536310.3100.140.86152.7318.0311.96
Hex19241F1F0E569912c
Octal314437370161262312214
Binary11001100100111111111101110101011010011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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