#0F301F

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

Shades of Cardin Green #0F301F

Tints of Cardin Green #0F301F

Color information

#0F301F (or 0x0F301F) is unknown color: approx Cardin Green. HEX triplet: 0F, 30 and 1F. RGB value is (15,48,31). Sum of RGB (Red+Green+Blue) = 15+48+31=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #0F301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F301F is #F0CFE0. Grayscale: #242424. Windows color (decimal): -15781857 or 2043919. OLE color: 2043919.

HSL color Cylindrical-coordinate representation of color #0F301F: hue angle of 149.09º 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 #0F301F is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB154831-
CMYK0.6900.350.81
HSL149.09º52.38%12.35%-
HSV(B)149.09º68.75%18.82%-
XYZ1.52.311.66-
YUV36.2125.07112.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 48 (19.14% from 255) = 51.06%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=15.96%
G=51.06%
B=32.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548310.6900.350.81149.0952.3812.35
HexF301F45023519534c
Octal1760371050431212256414
Binary111111000011111100010101000111010001100101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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