#0B0D05

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

Shades of Rangoon Green #0B0D05

Tints of Rangoon Green #0B0D05

Color information

#0B0D05 (or 0x0B0D05) is unknown color: approx Rangoon Green. HEX triplet: 0B, 0D and 05. RGB value is (11,13,5). Sum of RGB (Red+Green+Blue) = 11+13+5=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 13 - color contains mainly: green. Hex color #0B0D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0D05 is #F4F2FA. Grayscale: #0B0B0B. Windows color (decimal): -16052987 or 331019. OLE color: 331019.

HSL color Cylindrical-coordinate representation of color #0B0D05: hue angle of 75º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B0D05 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.95.

Color convert

RGB11135-
CMYK0.1500.620.95
HSL75º44.44%3.53%-
HSV(B)75º61.54%5.1%-
XYZ0.310.370.2-
YUV11.49124.34127.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 37.93%
GREEN value IS 13 (5.47% from 255) = 44.83%
BLUE value IS 5 (2.34% from 255) = 17.24%
R=37.93%
G=44.83%
B=17.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal111350.1500.620.957544.443.53
HexBD5F03E5F4b2c4
Octal1315517076137113544
Binary101111011011111011111010111111001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,13,5); }

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

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

 a { background-color: rgb(11,13,5); }

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

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

 span { border-color: rgb(11,13,5); }

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