#0F3229

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

Shades of Dark Green #0F3229

Tints of Dark Green #0F3229

Color information

#0F3229 (or 0x0F3229) is unknown color: approx Dark Green. HEX triplet: 0F, 32 and 29. RGB value is (15,50,41). Sum of RGB (Red+Green+Blue) = 15+50+41=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3229 is #F0CDD6. Grayscale: #262626. Windows color (decimal): -15781335 or 2699791. OLE color: 2699791.

HSL color Cylindrical-coordinate representation of color #0F3229: hue angle of 164.57º 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 #0F3229 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB155041-
CMYK0.7000.180.80
HSL164.57º53.85%12.75%-
HSV(B)164.57º70%19.61%-
XYZ1.742.542.5-
YUV38.51129.4111.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=14.15%
G=47.17%
B=38.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1550410.7000.180.80164.5753.8512.75
HexF32294601250a536d
Octal1762511060221202456615
Binary111111001010100110001100100101010000101001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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