Html Css Color HEX #1B2300 Green Waterloo

📋 copy color: '#1B2300'

red 27 ◦ green 35 ◦ blue 0

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

Shades of Green Waterloo #1B2300

Tints of Green Waterloo #1B2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 56.45%

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

R = 43.55%
G = 56.45%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#1B2300 (or 0x1B2300) is known color: Green Waterloo. HEX triplet: 1B, 23 and 00. RGB value is (27,35,0). Sum of RGB (Red+Green+Blue) = 27+35+0=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #1B2300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2300 is #E4DCFF. Grayscale: #1C1C1C. Windows color (decimal): -14998784 or 8987. OLE color: 8987.

HSL color Cylindrical-coordinate representation of color #1B2300: hue angle of 73.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B2300 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB 27 35 0 -
CMYK 0.23 0 1 0.86
HSL 73.71º 1% 0.07% -
HSV(B) 73.71º 1% 0.14% -
XYZ 1.05 1.44 0.22 -
YUV 28.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 27 35 0 0.23 0 1 0.86 73.71 1 0.07
Hex 1B 23 0 17 0 64 56 4A 64 7
Octal 33 43 0 27 0 144 126 112 144 7
Binary 11011 100011 0 10111 0 1100100 1010110 1001010 1100100 111

Color Harmonies of #1B2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2300

Black with #1B2300

Text Example


Text Example

White with #1B2300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,35,0); }

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

background-color css

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

 a { background-color: rgb(27,35,0); }

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

border-color css

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

 span { border-color: rgb(27,35,0); }

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