Html Css Color HEX #1E6041 Green Pea

📋 copy color: '#1E6041'

red 30 ◦ green 96 ◦ blue 65

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

Shades of Green Pea #1E6041

Tints of Green Pea #1E6041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.26%

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 15.71%
G = 50.26%
B = 34.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#1E6041 (or 0x1E6041) is known color: Green Pea. HEX triplet: 1E, 60 and 41. RGB value is (30,96,65). Sum of RGB (Red+Green+Blue) = 30+96+65=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6041 is #E19FBE. Grayscale: #484848. Windows color (decimal): -14786495 or 4284446. OLE color: 4284446.

HSL color Cylindrical-coordinate representation of color #1E6041: hue angle of 151.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6041 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 96 65 -
CMYK 0.69 0 0.32 0.62
HSL 151.82º 0.52% 0.25% -
HSV(B) 151.82º 0.69% 0.38% -
XYZ 5.67 9.02 6.44 -
YUV 72.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 30 96 65 0.69 0 0.32 0.62 151.82 0.52 0.25
Hex 1E 60 41 45 0 20 3E 98 34 19
Octal 36 140 101 105 0 40 76 230 64 31
Binary 11110 1100000 1000001 1000101 0 100000 111110 10011000 110100 11001

Color Harmonies of #1E6041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6041

Black with #1E6041

Text Example


Text Example

White with #1E6041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,96,65); }

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

background-color css

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

 a { background-color: rgb(30,96,65); }

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

border-color css

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

 span { border-color: rgb(30,96,65); }

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