Html Css Color HEX #1B1E09 Green Waterloo

📋 copy color: '#1B1E09'

red 27 ◦ green 30 ◦ blue 9

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

Shades of Green Waterloo #1B1E09

Tints of Green Waterloo #1B1E09

RGB

 RED value IS 27 (10.94% from 255) = 40.91%

 GREEN value IS 30 (12.11% from 255) = 45.45%

 BLUE value IS 9 (3.91% from 255) = 13.64%

R = 40.91%
G = 45.45%
B = 13.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.88

RGB Variations

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

Color information

#1B1E09 (or 0x1B1E09) is known color: Green Waterloo. HEX triplet: 1B, 1E and 09. RGB value is (27,30,9). Sum of RGB (Red+Green+Blue) = 27+30+9=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E09 is #E4E1F6. Grayscale: #1A1A1A. Windows color (decimal): -15000055 or 597531. OLE color: 597531.

HSL color Cylindrical-coordinate representation of color #1B1E09: hue angle of 68.57º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B1E09 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 30 9 -
CMYK 0.10 0 0.70 0.88
HSL 68.57º 0.54% 0.08% -
HSV(B) 68.57º 0.7% 0.12% -
XYZ 0.97 1.18 0.44 -
YUV 26.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 27 30 9 0.10 0 0.70 0.88 68.57 0.54 0.08
Hex 1B 1E 9 A 0 46 58 45 36 8
Octal 33 36 11 12 0 106 130 105 66 10
Binary 11011 11110 1001 1010 0 1000110 1011000 1000101 110110 1000

Color Harmonies of #1B1E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1E09

Black with #1B1E09

Text Example


Text Example

White with #1B1E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B1E09; }

 p { color: rgb(27,30,9); }

 H1.HeaderClassName
 {
   color: #1B1E09;
 }
 .AnyTagClassName
 {
   color: #1B1E09;
 }
</style>

background-color css

<style>
 a { background-color: #1B1E09; }

 a { background-color: rgb(27,30,9); }

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

border-color css

<style>
 span { border-color: #1B1E09; }

 span { border-color: rgb(27,30,9); }

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