Html Css Color HEX #0B0D05 Rangoon Green

📋 copy color: '#0B0D05'

red 11 ◦ green 13 ◦ blue 5

#0B0D05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #0B0D05

Tints of Rangoon Green #0B0D05

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 value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.95

RGB Variations

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

Color information

#0B0D05 (or 0x0B0D05) is known color: 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

RGB 11 13 5 -
CMYK 0.15 0 0.62 0.95
HSL 75º 0.44% 0.04% -
HSV(B) 75º 0.62% 0.05% -
XYZ 0.31 0.37 0.2 -
YUV 11.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 11 13 5 0.15 0 0.62 0.95 75 0.44 0.04
Hex B D 5 F 0 3E 5F 4B 2C 4
Octal 13 15 5 17 0 76 137 113 54 4
Binary 1011 1101 101 1111 0 111110 1011111 1001011 101100 100

Color Harmonies of #0B0D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0D05

Black with #0B0D05

Text Example


Text Example

White with #0B0D05

Text Example


Text Example

HTML Codes & Css Web 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>