Html Css Color HEX #15362A Cardin Green

📋 copy color: '#15362A'

red 21 ◦ green 54 ◦ blue 42

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

Shades of Cardin Green #15362A

Tints of Cardin Green #15362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.15%

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

R = 17.95%
G = 46.15%
B = 35.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#15362A (or 0x15362A) is known color: Cardin Green. HEX triplet: 15, 36 and 2A. RGB value is (21,54,42). Sum of RGB (Red+Green+Blue) = 21+54+42=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #15362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15362A is #EAC9D5. Grayscale: #2A2A2A. Windows color (decimal): -15387094 or 2766357. OLE color: 2766357.

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

Color convert

RGB 21 54 42 -
CMYK 0.61 0 0.22 0.79
HSL 158.18º 0.44% 0.15% -
HSV(B) 158.18º 0.61% 0.21% -
XYZ 2.05 2.96 2.65 -
YUV 42.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 21 54 42 0.61 0 0.22 0.79 158.18 0.44 0.15
Hex 15 36 2A 3D 0 16 4F 9E 2C F
Octal 25 66 52 75 0 26 117 236 54 17
Binary 10101 110110 101010 111101 0 10110 1001111 10011110 101100 1111

Color Harmonies of #15362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15362A

Black with #15362A

Text Example


Text Example

White with #15362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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