Html Css Color HEX #1E693F Green Pea

📋 copy color: '#1E693F'

red 30 ◦ green 105 ◦ blue 63

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

Shades of Green Pea #1E693F

Tints of Green Pea #1E693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.03%

 BLUE value IS 63 (25% from 255) = 31.82%

R = 15.15%
G = 53.03%
B = 31.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#1E693F (or 0x1E693F) is known color: Green Pea. HEX triplet: 1E, 69 and 3F. RGB value is (30,105,63). Sum of RGB (Red+Green+Blue) = 30+105+63=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #1E693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E693F is #E196C0. Grayscale: #4D4D4D. Windows color (decimal): -14784193 or 4155678. OLE color: 4155678.

HSL color Cylindrical-coordinate representation of color #1E693F: hue angle of 146.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E693F is Cyan = 0.71, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 30 105 63 -
CMYK 0.71 0 0.4 0.59
HSL 146.4º 0.56% 0.26% -
HSV(B) 146.4º 0.71% 0.41% -
XYZ 6.48 10.74 6.43 -
YUV 77.79 119.65 93.92 -
System Red Green Blue C M Y K H S L
Decimal 30 105 63 0.71 0 0.4 0.59 146.4 0.56 0.26
Hex 1E 69 3F 47 0 28 3B 92 38 1A
Octal 36 151 77 107 0 50 73 222 70 32
Binary 11110 1101001 111111 1000111 0 101000 111011 10010010 111000 11010

Color Harmonies of #1E693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E693F

Black with #1E693F

Text Example


Text Example

White with #1E693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,105,63); }

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

background-color css

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

 a { background-color: rgb(30,105,63); }

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

border-color css

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

 span { border-color: rgb(30,105,63); }

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