#152F26

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

Shades of Cardin Green #152F26

Tints of Cardin Green #152F26

Color information

#152F26 (or 0x152F26) is unknown color: approx Cardin Green. HEX triplet: 15, 2F and 26. RGB value is (21,47,38). Sum of RGB (Red+Green+Blue) = 21+47+38=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #152F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F26 is #EAD0D9. Grayscale: #262626. Windows color (decimal): -15388890 or 2502421. OLE color: 2502421.

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

Color convert

RGB214738-
CMYK0.5500.190.82
HSL159.23º38.24%13.33%-
HSV(B)159.23º55.32%18.43%-
XYZ1.682.332.2-
YUV38.2127.89115.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 47 (18.75% from 255) = 44.34%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=19.81%
G=44.34%
B=35.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2147380.5500.190.82159.2338.2413.33
Hex152F2637013529f26d
Octal255746670231222374615
Binary101011011111001101101110100111010010100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,47,38); }

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

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

 a { background-color: rgb(21,47,38); }

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

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

 span { border-color: rgb(21,47,38); }

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