Html Css Color HEX #15352A Cardin Green

📋 copy color: '#15352A'

red 21 ◦ green 53 ◦ blue 42

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

Shades of Cardin Green #15352A

Tints of Cardin Green #15352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 45.69%

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

R = 18.1%
G = 45.69%
B = 36.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#15352A (or 0x15352A) is known color: Cardin Green. HEX triplet: 15, 35 and 2A. RGB value is (21,53,42). Sum of RGB (Red+Green+Blue) = 21+53+42=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #15352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15352A is #EACAD5. Grayscale: #2A2A2A. Windows color (decimal): -15387350 or 2766101. OLE color: 2766101.

HSL color Cylindrical-coordinate representation of color #15352A: hue angle of 159.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15352A is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 53 42 -
CMYK 0.60 0 0.21 0.79
HSL 159.38º 0.43% 0.15% -
HSV(B) 159.38º 0.6% 0.21% -
XYZ 2 2.87 2.64 -
YUV 42.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 21 53 42 0.60 0 0.21 0.79 159.38 0.43 0.15
Hex 15 35 2A 3C 0 15 4F 9F 2B F
Octal 25 65 52 74 0 25 117 237 53 17
Binary 10101 110101 101010 111100 0 10101 1001111 10011111 101011 1111

Color Harmonies of #15352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15352A

Black with #15352A

Text Example


Text Example

White with #15352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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