Html Css Color HEX #1B2202 Green Waterloo

📋 copy color: '#1B2202'

red 27 ◦ green 34 ◦ blue 2

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

Shades of Green Waterloo #1B2202

Tints of Green Waterloo #1B2202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 53.97%

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

R = 42.86%
G = 53.97%
B = 3.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#1B2202 (or 0x1B2202) is known color: Green Waterloo. HEX triplet: 1B, 22 and 02. RGB value is (27,34,2). Sum of RGB (Red+Green+Blue) = 27+34+2=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #1B2202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2202 is #E4DDFD. Grayscale: #1C1C1C. Windows color (decimal): -14999038 or 139803. OLE color: 139803.

HSL color Cylindrical-coordinate representation of color #1B2202: hue angle of 73.12º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B2202 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB 27 34 2 -
CMYK 0.21 0 0.94 0.87
HSL 73.13º 0.89% 0.07% -
HSV(B) 73.13º 0.94% 0.13% -
XYZ 1.03 1.38 0.27 -
YUV 28.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 27 34 2 0.21 0 0.94 0.87 73.13 0.89 0.07
Hex 1B 22 2 15 0 5E 57 49 59 7
Octal 33 42 2 25 0 136 127 111 131 7
Binary 11011 100010 10 10101 0 1011110 1010111 1001001 1011001 111

Color Harmonies of #1B2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2202

Black with #1B2202

Text Example


Text Example

White with #1B2202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,34,2); }

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

background-color css

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

 a { background-color: rgb(27,34,2); }

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

border-color css

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

 span { border-color: rgb(27,34,2); }

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