#0F301E

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

Shades of Cardin Green #0F301E

Tints of Cardin Green #0F301E

Color information

#0F301E (or 0x0F301E) is unknown color: approx Cardin Green. HEX triplet: 0F, 30 and 1E. RGB value is (15,48,30). Sum of RGB (Red+Green+Blue) = 15+48+30=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #0F301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F301E is #F0CFE1. Grayscale: #242424. Windows color (decimal): -15781858 or 1978383. OLE color: 1978383.

HSL color Cylindrical-coordinate representation of color #0F301E: hue angle of 147.27º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F301E is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB154830-
CMYK0.6900.370.81
HSL147.27º52.38%12.35%-
HSV(B)147.27º68.75%18.82%-
XYZ1.492.311.6-
YUV36.08124.57112.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.13%
GREEN value IS 48 (19.14% from 255) = 51.61%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=16.13%
G=51.61%
B=32.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548300.6900.370.81147.2752.3812.35
HexF301E45025519334c
Octal1760361050451212236414
Binary111111000011110100010101001011010001100100111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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