Html Css Color HEX #15372A Cardin Green

📋 copy color: '#15372A'

red 21 ◦ green 55 ◦ blue 42

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

Shades of Cardin Green #15372A

Tints of Cardin Green #15372A

RGB

 RED value IS 21 (8.59% from 255) = 17.8%

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

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

R = 17.8%
G = 46.61%
B = 35.59%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#15372A (or 0x15372A) is known color: Cardin Green. HEX triplet: 15, 37 and 2A. RGB value is (21,55,42). Sum of RGB (Red+Green+Blue) = 21+55+42=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #15372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15372A is #EAC8D5. Grayscale: #2B2B2B. Windows color (decimal): -15386838 or 2766613. OLE color: 2766613.

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

Color convert

RGB 21 55 42 -
CMYK 0.62 0 0.24 0.78
HSL 157.06º 0.45% 0.15% -
HSV(B) 157.06º 0.62% 0.22% -
XYZ 2.09 3.06 2.67 -
YUV 43.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 21 55 42 0.62 0 0.24 0.78 157.06 0.45 0.15
Hex 15 37 2A 3E 0 18 4E 9D 2D F
Octal 25 67 52 76 0 30 116 235 55 17
Binary 10101 110111 101010 111110 0 11000 1001110 10011101 101101 1111

Color Harmonies of #15372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15372A

Black with #15372A

Text Example


Text Example

White with #15372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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