#0F1E15

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

Shades of Cardin Green #0F1E15

Tints of Cardin Green #0F1E15

Color information

#0F1E15 (or 0x0F1E15) is unknown color: approx Cardin Green. HEX triplet: 0F, 1E and 15. RGB value is (15,30,21). Sum of RGB (Red+Green+Blue) = 15+30+21=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E15 is #F0E1EA. Grayscale: #181818. Windows color (decimal): -15786475 or 1383951. OLE color: 1383951.

HSL color Cylindrical-coordinate representation of color #0F1E15: hue angle of 144º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F1E15 is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB153021-
CMYK0.500.300.88
HSL144º33.33%8.82%-
HSV(B)144º50%11.76%-
XYZ0.81.080.88-
YUV24.49126.03121.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.73%
GREEN value IS 30 (12.11% from 255) = 45.45%
BLUE value IS 21 (8.59% from 255) = 31.82%
R=22.73%
G=45.45%
B=31.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1530210.500.300.8814433.338.82
HexF1E153201E5890219
Octal173625620361302204111
Binary111111110101011100100111101011000100100001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F1E15; }

 p { color: rgb(15,30,21); }

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

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

 a { background-color: rgb(15,30,21); }

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

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

 span { border-color: rgb(15,30,21); }

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