#0F2E22

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

Shades of Dark Green #0F2E22

Tints of Dark Green #0F2E22

Color information

#0F2E22 (or 0x0F2E22) is unknown color: approx Dark Green. HEX triplet: 0F, 2E and 22. RGB value is (15,46,34). Sum of RGB (Red+Green+Blue) = 15+46+34=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 46 - color contains mainly: green. Hex color #0F2E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2E22 is #F0D1DD. Grayscale: #232323. Windows color (decimal): -15782366 or 2240015. OLE color: 2240015.

HSL color Cylindrical-coordinate representation of color #0F2E22: hue angle of 156.77º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F2E22 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.

Color convert

RGB154634-
CMYK0.6700.260.82
HSL156.77º50.82%11.96%-
HSV(B)156.77º67.39%18.04%-
XYZ1.462.171.86-
YUV35.36127.23113.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.79%
GREEN value IS 46 (18.36% from 255) = 48.42%
BLUE value IS 34 (13.67% from 255) = 35.79%
R=15.79%
G=48.42%
B=35.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1546340.6700.260.82156.7750.8211.96
HexF2E224301A529d33c
Octal1756421030321222356314
Binary111110111010001010000110110101010010100111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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