#0F3227

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

Shades of Dark Green #0F3227

Tints of Dark Green #0F3227

Color information

#0F3227 (or 0x0F3227) is unknown color: approx Dark Green. HEX triplet: 0F, 32 and 27. RGB value is (15,50,39). Sum of RGB (Red+Green+Blue) = 15+50+39=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3227 is #F0CDD8. Grayscale: #262626. Windows color (decimal): -15781337 or 2568719. OLE color: 2568719.

HSL color Cylindrical-coordinate representation of color #0F3227: hue angle of 161.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3227 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB155039-
CMYK0.7000.220.80
HSL161.14º53.85%12.75%-
HSV(B)161.14º70%19.61%-
XYZ1.72.532.32-
YUV38.28128.4111.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.42%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=14.42%
G=48.08%
B=37.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1550390.7000.220.80161.1453.8512.75
HexF32274601650a136d
Octal1762471060261202416615
Binary111111001010011110001100101101010000101000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,50,39); }

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

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

 a { background-color: rgb(15,50,39); }

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

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

 span { border-color: rgb(15,50,39); }

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