#0B2C25

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

Shades of Dark Green #0B2C25

Tints of Dark Green #0B2C25

Color information

#0B2C25 (or 0x0B2C25) is unknown color: approx Dark Green. HEX triplet: 0B, 2C and 25. RGB value is (11,44,37). Sum of RGB (Red+Green+Blue) = 11+44+37=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 44 (17.58% from 255 or 47.83% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 44 - color contains mainly: green. Hex color #0B2C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2C25 is #F4D3DA. Grayscale: #212121. Windows color (decimal): -16045019 or 2436107. OLE color: 2436107.

HSL color Cylindrical-coordinate representation of color #0B2C25: hue angle of 167.27º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B2C25 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB114437-
CMYK0.7500.160.83
HSL167.27º60%10.78%-
HSV(B)167.27º75%17.25%-
XYZ1.372.012.07-
YUV33.33130.07112.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.96%
GREEN value IS 44 (17.58% from 255) = 47.83%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=11.96%
G=47.83%
B=40.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1144370.7500.160.83167.276010.78
HexB2C254B01053a73cb
Octal1354451130201232477413
Binary101110110010010110010110100001010011101001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,44,37); }

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

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

 a { background-color: rgb(11,44,37); }

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

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

 span { border-color: rgb(11,44,37); }

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