Html Css Color HEX #1E2700 Green Waterloo

📋 copy color: '#1E2700'

red 30 ◦ green 39 ◦ blue 0

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

Shades of Green Waterloo #1E2700

Tints of Green Waterloo #1E2700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 56.52%

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

R = 43.48%
G = 56.52%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#1E2700 (or 0x1E2700) is known color: Green Waterloo. HEX triplet: 1E, 27 and 00. RGB value is (30,39,0). Sum of RGB (Red+Green+Blue) = 30+39+0=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2700 is #E1D8FF. Grayscale: #202020. Windows color (decimal): -14801152 or 10014. OLE color: 10014.

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

Color convert

RGB 30 39 0 -
CMYK 0.23 0 1 0.85
HSL 73.85º 1% 0.08% -
HSV(B) 73.85º 1% 0.15% -
XYZ 1.26 1.73 0.27 -
YUV 31.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 30 39 0 0.23 0 1 0.85 73.85 1 0.08
Hex 1E 27 0 17 0 64 55 4A 64 8
Octal 36 47 0 27 0 144 125 112 144 10
Binary 11110 100111 0 10111 0 1100100 1010101 1001010 1100100 1000

Color Harmonies of #1E2700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2700

Black with #1E2700

Text Example


Text Example

White with #1E2700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,39,0); }

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

background-color css

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

 a { background-color: rgb(30,39,0); }

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

border-color css

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

 span { border-color: rgb(30,39,0); }

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