#0F2318

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

Shades of Cardin Green #0F2318

Tints of Cardin Green #0F2318

Color information

#0F2318 (or 0x0F2318) is unknown color: approx Cardin Green. HEX triplet: 0F, 23 and 18. RGB value is (15,35,24). Sum of RGB (Red+Green+Blue) = 15+35+24=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2318 is #F0DCE7. Grayscale: #1B1B1B. Windows color (decimal): -15785192 or 1581839. OLE color: 1581839.

HSL color Cylindrical-coordinate representation of color #0F2318: hue angle of 147º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F2318 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB153524-
CMYK0.5700.310.86
HSL147º40%9.8%-
HSV(B)147º57.14%13.73%-
XYZ0.961.371.08-
YUV27.77125.87118.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.27%
GREEN value IS 35 (14.06% from 255) = 47.30%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=20.27%
G=47.30%
B=32.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1535240.5700.310.86147409.8
HexF23183901F569328a
Octal174330710371262235012
Binary1111100011110001110010111111010110100100111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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