#0F2518

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

Shades of Cardin Green #0F2518

Tints of Cardin Green #0F2518

Color information

#0F2518 (or 0x0F2518) is unknown color: approx Cardin Green. HEX triplet: 0F, 25 and 18. RGB value is (15,37,24). Sum of RGB (Red+Green+Blue) = 15+37+24=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #0F2518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2518 is #F0DAE7. Grayscale: #1C1C1C. Windows color (decimal): -15784680 or 1582351. OLE color: 1582351.

HSL color Cylindrical-coordinate representation of color #0F2518: hue angle of 144.55º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F2518 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB153724-
CMYK0.5900.350.85
HSL144.55º42.31%10.2%-
HSV(B)144.55º59.46%14.51%-
XYZ1.021.491.1-
YUV28.94125.21118.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.74%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=19.74%
G=48.68%
B=31.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537240.5900.350.85144.5542.3110.2
HexF25183B02355912aa
Octal174530730431252215212
Binary11111001011100011101101000111010101100100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,37,24); }

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

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

 a { background-color: rgb(15,37,24); }

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

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

 span { border-color: rgb(15,37,24); }

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