Html Css Color HEX #090B02 Green Waterloo

📋 copy color: '#090B02'

red 9 ◦ green 11 ◦ blue 2

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

Shades of Green Waterloo #090B02

Tints of Green Waterloo #090B02

RGB

 RED value IS 9 (3.91% from 255) = 40.91%

 GREEN value IS 11 (4.69% from 255) = 50%

 BLUE value IS 2 (1.17% from 255) = 9.09%

R = 40.91%
G = 50%
B = 9.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.96

RGB Variations

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

Color information

#090B02 (or 0x090B02) is known color: Green Waterloo. HEX triplet: 09, 0B and 02. RGB value is (9,11,2). Sum of RGB (Red+Green+Blue) = 9+11+2=22 (2% of max value = 765). Red value is 9 (3.91% from 255 or 40.91% from 22); Green value is 11 (4.69% from 255 or 50% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 11 - color contains mainly: green. Hex color #090B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B02 is #F6F4FD. Grayscale: #090909. Windows color (decimal): -16184574 or 133897. OLE color: 133897.

HSL color Cylindrical-coordinate representation of color #090B02: hue angle of 73.33º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #090B02 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.96.

Color convert

RGB 9 11 2 -
CMYK 0.18 0 0.82 0.96
HSL 73.33º 0.69% 0.03% -
HSV(B) 73.33º 0.82% 0.04% -
XYZ 0.24 0.3 0.1 -
YUV 9.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 9 11 2 0.18 0 0.82 0.96 73.33 0.69 0.03
Hex 9 B 2 12 0 52 60 49 45 3
Octal 11 13 2 22 0 122 140 111 105 3
Binary 1001 1011 10 10010 0 1010010 1100000 1001001 1000101 11

Color Harmonies of #090B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090B02

Black with #090B02

Text Example


Text Example

White with #090B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090B02; }

 p { color: rgb(9,11,2); }

 H1.HeaderClassName
 {
   color: #090B02;
 }
 .AnyTagClassName
 {
   color: #090B02;
 }
</style>

background-color css

<style>
 a { background-color: #090B02; }

 a { background-color: rgb(9,11,2); }

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

border-color css

<style>
 span { border-color: #090B02; }

 span { border-color: rgb(9,11,2); }

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