Html Css Color HEX #19231F Cardin Green

📋 copy color: '#19231F'

red 25 ◦ green 35 ◦ blue 31

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

Shades of Cardin Green #19231F

Tints of Cardin Green #19231F

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

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

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

RGB 25 35 31 -
CMYK 0.29 0 0.11 0.86
HSL 156º 0.17% 0.12% -
HSV(B) 156º 0.29% 0.14% -
XYZ 1.25 1.51 1.52 -
YUV 31.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 25 35 31 0.29 0 0.11 0.86 156 0.17 0.12
Hex 19 23 1F 1D 0 B 56 9C 11 C
Octal 31 43 37 35 0 13 126 234 21 14
Binary 11001 100011 11111 11101 0 1011 1010110 10011100 10001 1100

Color Harmonies of #19231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19231F

Black with #19231F

Text Example


Text Example

White with #19231F

Text Example


Text Example

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