Html Css Color HEX #1E8133 Japanese Laurel

📋 copy color: '#1E8133'

red 30 ◦ green 129 ◦ blue 51

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

Shades of Japanese Laurel #1E8133

Tints of Japanese Laurel #1E8133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 61.43%

 BLUE value IS 51 (20.31% from 255) = 24.29%

R = 14.29%
G = 61.43%
B = 24.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#1E8133 (or 0x1E8133) is known color: Japanese Laurel. HEX triplet: 1E, 81 and 33. RGB value is (30,129,51). Sum of RGB (Red+Green+Blue) = 30+129+51=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #1E8133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8133 is #E17ECC. Grayscale: #5A5A5A. Windows color (decimal): -14778061 or 3375390. OLE color: 3375390.

HSL color Cylindrical-coordinate representation of color #1E8133: hue angle of 132.73º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8133 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 30 129 51 -
CMYK 0.77 0 0.60 0.49
HSL 132.73º 0.62% 0.31% -
HSV(B) 132.73º 0.77% 0.51% -
XYZ 8.98 16.22 5.79 -
YUV 90.51 105.7 84.84 -
System Red Green Blue C M Y K H S L
Decimal 30 129 51 0.77 0 0.60 0.49 132.73 0.62 0.31
Hex 1E 81 33 4D 0 3C 31 85 3E 1F
Octal 36 201 63 115 0 74 61 205 76 37
Binary 11110 10000001 110011 1001101 0 111100 110001 10000101 111110 11111

Color Harmonies of #1E8133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8133

Black with #1E8133

Text Example


Text Example

White with #1E8133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,129,51); }

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

background-color css

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

 a { background-color: rgb(30,129,51); }

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

border-color css

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

 span { border-color: rgb(30,129,51); }

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