Html Css Color HEX #19251F Cardin Green

📋 copy color: '#19251F'

red 25 ◦ green 37 ◦ blue 31

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

Shades of Cardin Green #19251F

Tints of Cardin Green #19251F

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 value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

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

RGB 25 37 31 -
CMYK 0.32 0 0.16 0.85
HSL 150º 0.19% 0.12% -
HSV(B) 150º 0.32% 0.15% -
XYZ 1.31 1.63 1.54 -
YUV 32.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 25 37 31 0.32 0 0.16 0.85 150 0.19 0.12
Hex 19 25 1F 20 0 10 55 96 13 C
Octal 31 45 37 40 0 20 125 226 23 14
Binary 11001 100101 11111 100000 0 10000 1010101 10010110 10011 1100

Color Harmonies of #19251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19251F

Black with #19251F

Text Example


Text Example

White with #19251F

Text Example


Text Example

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