Html Css Color HEX #1B1E08 Green Waterloo

📋 copy color: '#1B1E08'

red 27 ◦ green 30 ◦ blue 8

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

Shades of Green Waterloo #1B1E08

Tints of Green Waterloo #1B1E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 12.31%

R = 41.54%
G = 46.15%
B = 12.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.88

RGB Variations

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

Color information

#1B1E08 (or 0x1B1E08) is known color: Green Waterloo. HEX triplet: 1B, 1E and 08. RGB value is (27,30,8). Sum of RGB (Red+Green+Blue) = 27+30+8=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E08 is #E4E1F7. Grayscale: #1A1A1A. Windows color (decimal): -15000056 or 531995. OLE color: 531995.

HSL color Cylindrical-coordinate representation of color #1B1E08: hue angle of 68.18º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B1E08 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 30 8 -
CMYK 0.10 0 0.73 0.88
HSL 68.18º 0.58% 0.07% -
HSV(B) 68.18º 0.73% 0.12% -
XYZ 0.96 1.18 0.41 -
YUV 26.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 27 30 8 0.10 0 0.73 0.88 68.18 0.58 0.07
Hex 1B 1E 8 A 0 49 58 44 3A 7
Octal 33 36 10 12 0 111 130 104 72 7
Binary 11011 11110 1000 1010 0 1001001 1011000 1000100 111010 111

Color Harmonies of #1B1E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1E08

Black with #1B1E08

Text Example


Text Example

White with #1B1E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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