#152E22

Color #152E22 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #152E22

Tints of Cardin Green #152E22

Color information

#152E22 (or 0x152E22) is unknown color: approx Cardin Green. HEX triplet: 15, 2E and 22. RGB value is (21,46,34). Sum of RGB (Red+Green+Blue) = 21+46+34=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 46 - color contains mainly: green. Hex color #152E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E22 is #EAD1DD. Grayscale: #252525. Windows color (decimal): -15389150 or 2240021. OLE color: 2240021.

HSL color Cylindrical-coordinate representation of color #152E22: hue angle of 151.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #152E22 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.

Color convert

RGB214634-
CMYK0.5400.260.82
HSL151.2º37.31%13.14%-
HSV(B)151.2º54.35%18.04%-
XYZ1.572.231.86-
YUV37.16126.22116.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 46 (18.36% from 255) = 45.54%
BLUE value IS 34 (13.67% from 255) = 33.66%
R=20.79%
G=45.54%
B=33.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2146340.5400.260.82151.237.3113.14
Hex152E223601A529725d
Octal255642660321222274515
Binary101011011101000101101100110101010010100101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152E22; }

 p { color: rgb(21,46,34); }

 H1.HeaderClassName
 {
   color: #152E22;
 }
 .AnyTagClassName
 {
   color: #152E22;
 }
</style>
background-color css

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

 a { background-color: rgb(21,46,34); }

 div.DivClassName
 {
   background-color: #152E22;
 }
 .BgClassName
 {
   background-color: #152E22;
 }
</style>
border-color css

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

 span { border-color: rgb(21,46,34); }

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