Html Css Color HEX #153B2A Cardin Green

📋 copy color: '#153B2A'

red 21 ◦ green 59 ◦ blue 42

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

Shades of Cardin Green #153B2A

Tints of Cardin Green #153B2A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 48.36%

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

R = 17.21%
G = 48.36%
B = 34.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.29

 K value IS 0.77

RGB Variations

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

Color information

#153B2A (or 0x153B2A) is known color: Cardin Green. HEX triplet: 15, 3B and 2A. RGB value is (21,59,42). Sum of RGB (Red+Green+Blue) = 21+59+42=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 59 - color contains mainly: green. Hex color #153B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B2A is #EAC4D5. Grayscale: #2D2D2D. Windows color (decimal): -15385814 or 2767637. OLE color: 2767637.

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

Color convert

RGB 21 59 42 -
CMYK 0.64 0 0.29 0.77
HSL 153.16º 0.48% 0.16% -
HSV(B) 153.16º 0.64% 0.23% -
XYZ 2.29 3.45 2.74 -
YUV 45.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 21 59 42 0.64 0 0.29 0.77 153.16 0.48 0.16
Hex 15 3B 2A 40 0 1D 4D 99 30 10
Octal 25 73 52 100 0 35 115 231 60 20
Binary 10101 111011 101010 1000000 0 11101 1001101 10011001 110000 10000

Color Harmonies of #153B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B2A

Black with #153B2A

Text Example


Text Example

White with #153B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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