#0F3121

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

Shades of Cardin Green #0F3121

Tints of Cardin Green #0F3121

Color information

#0F3121 (or 0x0F3121) is unknown color: approx Cardin Green. HEX triplet: 0F, 31 and 21. RGB value is (15,49,33). Sum of RGB (Red+Green+Blue) = 15+49+33=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3121 is #F0CEDE. Grayscale: #252525. Windows color (decimal): -15781599 or 2175247. OLE color: 2175247.

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

Color convert

RGB154933-
CMYK0.6900.330.81
HSL151.76º53.12%12.55%-
HSV(B)151.76º69.39%19.22%-
XYZ1.572.411.82-
YUV37.01125.74112.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.46%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 33 (13.28% from 255) = 34.02%
R=15.46%
G=50.52%
B=34.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549330.6900.330.81151.7653.1212.55
HexF312145021519835d
Octal1761411050411212306515
Binary1111110001100001100010101000011010001100110001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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