Html Css Color HEX #1E230D Green Waterloo

📋 copy color: '#1E230D'

red 30 ◦ green 35 ◦ blue 13

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

Shades of Green Waterloo #1E230D

Tints of Green Waterloo #1E230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.67%

R = 38.46%
G = 44.87%
B = 16.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#1E230D (or 0x1E230D) is known color: Green Waterloo. HEX triplet: 1E, 23 and 0D. RGB value is (30,35,13). Sum of RGB (Red+Green+Blue) = 30+35+13=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #1E230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E230D is #E1DCF2. Grayscale: #1F1F1F. Windows color (decimal): -14802163 or 860958. OLE color: 860958.

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

Color convert

RGB 30 35 13 -
CMYK 0.14 0 0.63 0.86
HSL 73.64º 0.46% 0.09% -
HSV(B) 73.64º 0.63% 0.14% -
XYZ 1.21 1.51 0.61 -
YUV 31 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 30 35 13 0.14 0 0.63 0.86 73.64 0.46 0.09
Hex 1E 23 D E 0 3F 56 4A 2E 9
Octal 36 43 15 16 0 77 126 112 56 11
Binary 11110 100011 1101 1110 0 111111 1010110 1001010 101110 1001

Color Harmonies of #1E230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E230D

Black with #1E230D

Text Example


Text Example

White with #1E230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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