Html Css Color HEX #19372A Cardin Green

📋 copy color: '#19372A'

red 25 ◦ green 55 ◦ blue 42

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

Shades of Cardin Green #19372A

Tints of Cardin Green #19372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.08%

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 20.49%
G = 45.08%
B = 34.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#19372A (or 0x19372A) is known color: Cardin Green. HEX triplet: 19, 37 and 2A. RGB value is (25,55,42). Sum of RGB (Red+Green+Blue) = 25+55+42=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #19372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19372A is #E6C8D5. Grayscale: #2C2C2C. Windows color (decimal): -15124694 or 2766617. OLE color: 2766617.

HSL color Cylindrical-coordinate representation of color #19372A: hue angle of 154º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #19372A is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 55 42 -
CMYK 0.55 0 0.24 0.78
HSL 154º 0.38% 0.16% -
HSV(B) 154º 0.55% 0.22% -
XYZ 2.19 3.11 2.67 -
YUV 44.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 25 55 42 0.55 0 0.24 0.78 154 0.38 0.16
Hex 19 37 2A 37 0 18 4E 9A 26 10
Octal 31 67 52 67 0 30 116 232 46 20
Binary 11001 110111 101010 110111 0 11000 1001110 10011010 100110 10000

Color Harmonies of #19372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19372A

Black with #19372A

Text Example


Text Example

White with #19372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19372A; }

 p { color: rgb(25,55,42); }

 H1.HeaderClassName
 {
   color: #19372A;
 }
 .AnyTagClassName
 {
   color: #19372A;
 }
</style>

background-color css

<style>
 a { background-color: #19372A; }

 a { background-color: rgb(25,55,42); }

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

border-color css

<style>
 span { border-color: #19372A; }

 span { border-color: rgb(25,55,42); }

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