Html Css Color HEX #1B1D09 Green Waterloo

📋 copy color: '#1B1D09'

red 27 ◦ green 29 ◦ blue 9

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

Shades of Green Waterloo #1B1D09

Tints of Green Waterloo #1B1D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 44.62%

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

R = 41.54%
G = 44.62%
B = 13.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#1B1D09 (or 0x1B1D09) is known color: Green Waterloo. HEX triplet: 1B, 1D and 09. RGB value is (27,29,9). Sum of RGB (Red+Green+Blue) = 27+29+9=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #1B1D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1D09 is #E4E2F6. Grayscale: #1A1A1A. Windows color (decimal): -15000311 or 597275. OLE color: 597275.

HSL color Cylindrical-coordinate representation of color #1B1D09: hue angle of 66º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B1D09 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 29 9 -
CMYK 0.07 0 0.69 0.89
HSL 66º 0.53% 0.07% -
HSV(B) 66º 0.69% 0.11% -
XYZ 0.94 1.13 0.43 -
YUV 26.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 27 29 9 0.07 0 0.69 0.89 66 0.53 0.07
Hex 1B 1D 9 7 0 45 59 42 35 7
Octal 33 35 11 7 0 105 131 102 65 7
Binary 11011 11101 1001 111 0 1000101 1011001 1000010 110101 111

Color Harmonies of #1B1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1D09

Black with #1B1D09

Text Example


Text Example

White with #1B1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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