Html Css Color HEX #153A2C Cardin Green

📋 copy color: '#153A2C'

red 21 ◦ green 58 ◦ blue 44

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

Shades of Cardin Green #153A2C

Tints of Cardin Green #153A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.15%

 BLUE value IS 44 (17.58% from 255) = 35.77%

R = 17.07%
G = 47.15%
B = 35.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.77

RGB Variations

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

Color information

#153A2C (or 0x153A2C) is known color: Cardin Green. HEX triplet: 15, 3A and 2C. RGB value is (21,58,44). Sum of RGB (Red+Green+Blue) = 21+58+44=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #153A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A2C is #EAC5D3. Grayscale: #2D2D2D. Windows color (decimal): -15386068 or 2898453. OLE color: 2898453.

HSL color Cylindrical-coordinate representation of color #153A2C: hue angle of 157.3º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A2C is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 58 44 -
CMYK 0.64 0 0.24 0.77
HSL 157.3º 0.47% 0.15% -
HSV(B) 157.3º 0.64% 0.23% -
XYZ 2.28 3.37 2.91 -
YUV 45.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 21 58 44 0.64 0 0.24 0.77 157.3 0.47 0.15
Hex 15 3A 2C 40 0 18 4D 9D 2F F
Octal 25 72 54 100 0 30 115 235 57 17
Binary 10101 111010 101100 1000000 0 11000 1001101 10011101 101111 1111

Color Harmonies of #153A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A2C

Black with #153A2C

Text Example


Text Example

White with #153A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153A2C; }

 p { color: rgb(21,58,44); }

 H1.HeaderClassName
 {
   color: #153A2C;
 }
 .AnyTagClassName
 {
   color: #153A2C;
 }
</style>

background-color css

<style>
 a { background-color: #153A2C; }

 a { background-color: rgb(21,58,44); }

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

border-color css

<style>
 span { border-color: #153A2C; }

 span { border-color: rgb(21,58,44); }

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