Html Css Color HEX #19241F Cardin Green

📋 copy color: '#19241F'

red 25 ◦ green 36 ◦ blue 31

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

Shades of Cardin Green #19241F

Tints of Cardin Green #19241F

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.7%

R = 27.17%
G = 39.13%
B = 33.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#19241F (or 0x19241F) is known color: 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

RGB 25 36 31 -
CMYK 0.31 0 0.14 0.86
HSL 152.73º 0.18% 0.12% -
HSV(B) 152.73º 0.31% 0.14% -
XYZ 1.28 1.57 1.53 -
YUV 32.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 25 36 31 0.31 0 0.14 0.86 152.73 0.18 0.12
Hex 19 24 1F 1F 0 E 56 99 12 C
Octal 31 44 37 37 0 16 126 231 22 14
Binary 11001 100100 11111 11111 0 1110 1010110 10011001 10010 1100

Color Harmonies of #19241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19241F

Black with #19241F

Text Example


Text Example

White with #19241F

Text Example


Text Example

HTML Codes & Css Web 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>