#0F2A22

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

Shades of Dark Green #0F2A22

Tints of Dark Green #0F2A22

Color information

#0F2A22 (or 0x0F2A22) is unknown color: approx Dark Green. HEX triplet: 0F, 2A and 22. RGB value is (15,42,34). Sum of RGB (Red+Green+Blue) = 15+42+34=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 42 (16.80% from 255 or 46.15% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2A22 is #F0D5DD. Grayscale: #212121. Windows color (decimal): -15783390 or 2238991. OLE color: 2238991.

HSL color Cylindrical-coordinate representation of color #0F2A22: hue angle of 162.22º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F2A22 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.84.

Color convert

RGB154234-
CMYK0.6400.190.84
HSL162.22º47.37%11.18%-
HSV(B)162.22º64.29%16.47%-
XYZ1.311.871.81-
YUV33.02128.55115.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.48%
GREEN value IS 42 (16.80% from 255) = 46.15%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=16.48%
G=46.15%
B=37.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1542340.6400.190.84162.2247.3711.18
HexF2A224001354a22fb
Octal1752421000231242425713
Binary111110101010001010000000100111010100101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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