Html Css Color HEX #1E230B Green Waterloo

📋 copy color: '#1E230B'

red 30 ◦ green 35 ◦ blue 11

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

Shades of Green Waterloo #1E230B

Tints of Green Waterloo #1E230B

RGB

 RED value IS 30 (12.11% from 255) = 39.47%

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

 BLUE value IS 11 (4.69% from 255) = 14.47%

R = 39.47%
G = 46.05%
B = 14.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#1E230B (or 0x1E230B) is known color: Green Waterloo. HEX triplet: 1E, 23 and 0B. RGB value is (30,35,11). Sum of RGB (Red+Green+Blue) = 30+35+11=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #1E230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E230B is #E1DCF4. Grayscale: #1E1E1E. Windows color (decimal): -14802165 or 729886. OLE color: 729886.

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

Color convert

RGB 30 35 11 -
CMYK 0.14 0 0.69 0.86
HSL 72.5º 0.52% 0.09% -
HSV(B) 72.5º 0.69% 0.14% -
XYZ 1.2 1.5 0.54 -
YUV 30.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 30 35 11 0.14 0 0.69 0.86 72.5 0.52 0.09
Hex 1E 23 B E 0 45 56 48 34 9
Octal 36 43 13 16 0 105 126 110 64 11
Binary 11110 100011 1011 1110 0 1000101 1010110 1001000 110100 1001

Color Harmonies of #1E230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E230B

Black with #1E230B

Text Example


Text Example

White with #1E230B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,35,11); }

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

background-color css

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

 a { background-color: rgb(30,35,11); }

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

border-color css

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

 span { border-color: rgb(30,35,11); }

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