#0F2016

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

Shades of Cardin Green #0F2016

Tints of Cardin Green #0F2016

Color information

#0F2016 (or 0x0F2016) is unknown color: approx Cardin Green. HEX triplet: 0F, 20 and 16. RGB value is (15,32,22). Sum of RGB (Red+Green+Blue) = 15+32+22=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #0F2016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2016 is #F0DFE9. Grayscale: #191919. Windows color (decimal): -15785962 or 1449999. OLE color: 1449999.

HSL color Cylindrical-coordinate representation of color #0F2016: hue angle of 144.71º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F2016 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB153222-
CMYK0.5300.310.87
HSL144.71º36.17%9.22%-
HSV(B)144.71º53.12%12.55%-
XYZ0.861.190.94-
YUV25.78125.87120.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.74%
GREEN value IS 32 (12.89% from 255) = 46.38%
BLUE value IS 22 (8.98% from 255) = 31.88%
R=21.74%
G=46.38%
B=31.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1532220.5300.310.87144.7136.179.22
HexF20163501F5791249
Octal174026650371272214411
Binary1111100000101101101010111111010111100100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,32,22); }

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

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

 a { background-color: rgb(15,32,22); }

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

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

 span { border-color: rgb(15,32,22); }

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