#0F311F

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

Shades of Cardin Green #0F311F

Tints of Cardin Green #0F311F

Color information

#0F311F (or 0x0F311F) is unknown color: approx Cardin Green. HEX triplet: 0F, 31 and 1F. RGB value is (15,49,31). Sum of RGB (Red+Green+Blue) = 15+49+31=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #0F311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F311F is #F0CEE0. Grayscale: #242424. Windows color (decimal): -15781601 or 2044175. OLE color: 2044175.

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

Color convert

RGB154931-
CMYK0.6900.370.81
HSL148.24º53.12%12.55%-
HSV(B)148.24º69.39%19.22%-
XYZ1.542.41.68-
YUV36.78124.74112.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.79%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=15.79%
G=51.58%
B=32.63%

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
Decimal1549310.6900.370.81148.2453.1212.55
HexF311F45025519435d
Octal1761371050451212246515
Binary111111000111111100010101001011010001100101001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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