Html Css Color HEX #19271F Cardin Green

📋 copy color: '#19271F'

red 25 ◦ green 39 ◦ blue 31

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

Shades of Cardin Green #19271F

Tints of Cardin Green #19271F

RGB

 RED value IS 25 (10.16% from 255) = 26.32%

 GREEN value IS 39 (15.63% from 255) = 41.05%

 BLUE value IS 31 (12.5% from 255) = 32.63%

R = 26.32%
G = 41.05%
B = 32.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#19271F (or 0x19271F) is known color: Cardin Green. HEX triplet: 19, 27 and 1F. RGB value is (25,39,31). Sum of RGB (Red+Green+Blue) = 25+39+31=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #19271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19271F is #E6D8E0. Grayscale: #212121. Windows color (decimal): -15128801 or 2041625. OLE color: 2041625.

HSL color Cylindrical-coordinate representation of color #19271F: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #19271F is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 39 31 -
CMYK 0.36 0 0.21 0.85
HSL 145.71º 0.22% 0.13% -
HSV(B) 145.71º 0.36% 0.15% -
XYZ 1.37 1.76 1.56 -
YUV 33.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 25 39 31 0.36 0 0.21 0.85 145.71 0.22 0.13
Hex 19 27 1F 24 0 15 55 92 16 D
Octal 31 47 37 44 0 25 125 222 26 15
Binary 11001 100111 11111 100100 0 10101 1010101 10010010 10110 1101

Color Harmonies of #19271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19271F

Black with #19271F

Text Example


Text Example

White with #19271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19271F;
 }
 .AnyTagClassName
 {
   color: #19271F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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