Html Css Color HEX #0B0D00 Green Waterloo

📋 copy color: '#0B0D00'

red 11 ◦ green 13 ◦ blue 0

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

Shades of Green Waterloo #0B0D00

Tints of Green Waterloo #0B0D00

RGB

 RED value IS 11 (4.69% from 255) = 45.83%

 GREEN value IS 13 (5.47% from 255) = 54.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.83%
G = 54.17%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.95

RGB Variations

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

Color information

#0B0D00 (or 0x0B0D00) is known color: Green Waterloo. HEX triplet: 0B, 0D and 00. RGB value is (11,13,0). Sum of RGB (Red+Green+Blue) = 11+13+0=24 (3% of max value = 765). Red value is 11 (4.69% from 255 or 45.83% from 24); Green value is 13 (5.47% from 255 or 54.17% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 13 - color contains mainly: green. Hex color #0B0D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0D00 is #F4F2FF. Grayscale: #0A0A0A. Windows color (decimal): -16052992 or 3339. OLE color: 3339.

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

Color convert

RGB 11 13 0 -
CMYK 0.15 0 1 0.95
HSL 69.23º 1% 0.03% -
HSV(B) 69.23º 1% 0.05% -
XYZ 0.28 0.36 0.05 -
YUV 10.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 11 13 0 0.15 0 1 0.95 69.23 1 0.03
Hex B D 0 F 0 64 5F 45 64 3
Octal 13 15 0 17 0 144 137 105 144 3
Binary 1011 1101 0 1111 0 1100100 1011111 1000101 1100100 11

Color Harmonies of #0B0D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0D00

Black with #0B0D00

Text Example


Text Example

White with #0B0D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B0D00;
 }
 .AnyTagClassName
 {
   color: #0B0D00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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