#19251F

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

Shades of Cardin Green #19251F

Tints of Cardin Green #19251F

Color information

#19251F (or 0x19251F) is unknown color: approx Cardin Green. HEX triplet: 19, 25 and 1F. RGB value is (25,37,31). Sum of RGB (Red+Green+Blue) = 25+37+31=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #19251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19251F is #E6DAE0. Grayscale: #202020. Windows color (decimal): -15129313 or 2041113. OLE color: 2041113.

HSL color Cylindrical-coordinate representation of color #19251F: hue angle of 150º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #19251F is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB253731-
CMYK0.3200.160.85
HSL150º19.35%12.16%-
HSV(B)150º32.43%14.51%-
XYZ1.311.631.54-
YUV32.73127.02122.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=26.88%
G=39.78%
B=33.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2537310.3200.160.8515019.3512.16
Hex19251F20010559613c
Octal314537400201252262314
Binary1100110010111111100000010000101010110010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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