Html Css Color HEX #1E9483 Java

📋 copy color: '#1E9483'

red 30 ◦ green 148 ◦ blue 131

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

Shades of Java #1E9483

Tints of Java #1E9483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

 BLUE value IS 131 (51.56% from 255) = 42.39%

R = 9.71%
G = 47.9%
B = 42.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#1E9483 (or 0x1E9483) is known color: Java. HEX triplet: 1E, 94 and 83. RGB value is (30,148,131). Sum of RGB (Red+Green+Blue) = 30+148+131=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #1E9483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9483 is #E16B7C. Grayscale: #6E6E6E. Windows color (decimal): -14773117 or 8623134. OLE color: 8623134.

HSL color Cylindrical-coordinate representation of color #1E9483: hue angle of 171.36º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9483 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 148 131 -
CMYK 0.80 0 0.11 0.42
HSL 171.36º 0.66% 0.35% -
HSV(B) 171.36º 0.8% 0.58% -
XYZ 15.22 23.09 25.13 -
YUV 110.78 139.41 70.38 -
System Red Green Blue C M Y K H S L
Decimal 30 148 131 0.80 0 0.11 0.42 171.36 0.66 0.35
Hex 1E 94 83 50 0 B 2A AB 42 23
Octal 36 224 203 120 0 13 52 253 102 43
Binary 11110 10010100 10000011 1010000 0 1011 101010 10101011 1000010 100011

Color Harmonies of #1E9483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9483

Black with #1E9483

Text Example


Text Example

White with #1E9483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,148,131); }

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

background-color css

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

 a { background-color: rgb(30,148,131); }

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

border-color css

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

 span { border-color: rgb(30,148,131); }

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