#0B3229

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

Shades of Dark Green #0B3229

Tints of Dark Green #0B3229

Color information

#0B3229 (or 0x0B3229) is unknown color: approx Dark Green. HEX triplet: 0B, 32 and 29. RGB value is (11,50,41). Sum of RGB (Red+Green+Blue) = 11+50+41=102 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.78% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3229 is #F4CDD6. Grayscale: #252525. Windows color (decimal): -16043479 or 2699787. OLE color: 2699787.

HSL color Cylindrical-coordinate representation of color #0B3229: hue angle of 166.15º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B3229 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB115041-
CMYK0.7800.180.80
HSL166.15º63.93%11.96%-
HSV(B)166.15º78%19.61%-
XYZ1.682.512.49-
YUV37.31130.08109.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.78%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 41 (16.41% from 255) = 40.20%
R=10.78%
G=49.02%
B=40.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1150410.7800.180.80166.1563.9311.96
HexB32294E01250a640c
Octal13625111602212024610014
Binary1011110010101001100111001001010100001010011010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,50,41); }

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

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

 a { background-color: rgb(11,50,41); }

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

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

 span { border-color: rgb(11,50,41); }

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