Html Css Color HEX #153123 Cardin Green

📋 copy color: '#153123'

red 21 ◦ green 49 ◦ blue 35

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

Shades of Cardin Green #153123

Tints of Cardin Green #153123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 46.67%

 BLUE value IS 35 (14.06% from 255) = 33.33%

R = 20%
G = 46.67%
B = 33.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#153123 (or 0x153123) is known color: Cardin Green. HEX triplet: 15, 31 and 23. RGB value is (21,49,35). Sum of RGB (Red+Green+Blue) = 21+49+35=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #153123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153123 is #EACEDC. Grayscale: #272727. Windows color (decimal): -15388381 or 2306325. OLE color: 2306325.

HSL color Cylindrical-coordinate representation of color #153123: hue angle of 150º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #153123 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 49 35 -
CMYK 0.57 0 0.29 0.81
HSL 150º 0.4% 0.14% -
HSV(B) 150º 0.57% 0.19% -
XYZ 1.71 2.48 1.98 -
YUV 39.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 21 49 35 0.57 0 0.29 0.81 150 0.4 0.14
Hex 15 31 23 39 0 1D 51 96 28 E
Octal 25 61 43 71 0 35 121 226 50 16
Binary 10101 110001 100011 111001 0 11101 1010001 10010110 101000 1110

Color Harmonies of #153123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153123

Black with #153123

Text Example


Text Example

White with #153123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153123; }

 p { color: rgb(21,49,35); }

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

background-color css

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

 a { background-color: rgb(21,49,35); }

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

border-color css

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

 span { border-color: rgb(21,49,35); }

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