#0B2F26

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

Shades of Dark Green #0B2F26

Tints of Dark Green #0B2F26

Color information

#0B2F26 (or 0x0B2F26) is unknown color: approx Dark Green. HEX triplet: 0B, 2F and 26. RGB value is (11,47,38). Sum of RGB (Red+Green+Blue) = 11+47+38=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F26 is #F4D0D9. Grayscale: #232323. Windows color (decimal): -16044250 or 2502411. OLE color: 2502411.

HSL color Cylindrical-coordinate representation of color #0B2F26: hue angle of 165º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B2F26 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.82.

Color convert

RGB114738-
CMYK0.7700.190.82
HSL165º62.07%11.37%-
HSV(B)165º76.6%18.43%-
XYZ1.52.242.19-
YUV35.21129.57110.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.46%
GREEN value IS 47 (18.75% from 255) = 48.96%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=11.46%
G=48.96%
B=39.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1147380.7700.190.8216562.0711.37
HexB2F264D01352a53eb
Octal1357461150231222457613
Binary101110111110011010011010100111010010101001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,47,38); }

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

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

 a { background-color: rgb(11,47,38); }

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

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

 span { border-color: rgb(11,47,38); }

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