#0F3022

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

Shades of Dark Green #0F3022

Tints of Dark Green #0F3022

Color information

#0F3022 (or 0x0F3022) is unknown color: approx Dark Green. HEX triplet: 0F, 30 and 22. RGB value is (15,48,34). Sum of RGB (Red+Green+Blue) = 15+48+34=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3022 is #F0CFDD. Grayscale: #242424. Windows color (decimal): -15781854 or 2240527. OLE color: 2240527.

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

Color convert

RGB154834-
CMYK0.6900.290.81
HSL154.55º52.38%12.35%-
HSV(B)154.55º68.75%18.82%-
XYZ1.542.331.88-
YUV36.54126.57112.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.46%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 34 (13.67% from 255) = 35.05%
R=15.46%
G=49.48%
B=35.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548340.6900.290.81154.5552.3812.35
HexF30224501D519b34c
Octal1760421050351212336414
Binary111111000010001010001010111011010001100110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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