Html Css Color HEX #1E8536 Japanese Laurel

📋 copy color: '#1E8536'

red 30 ◦ green 133 ◦ blue 54

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

Shades of Japanese Laurel #1E8536

Tints of Japanese Laurel #1E8536

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.29%

 BLUE value IS 54 (21.48% from 255) = 24.88%

R = 13.82%
G = 61.29%
B = 24.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#1E8536 (or 0x1E8536) is known color: Japanese Laurel. HEX triplet: 1E, 85 and 36. RGB value is (30,133,54). Sum of RGB (Red+Green+Blue) = 30+133+54=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #1E8536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8536 is #E17AC9. Grayscale: #5D5D5D. Windows color (decimal): -14777034 or 3573022. OLE color: 3573022.

HSL color Cylindrical-coordinate representation of color #1E8536: hue angle of 133.98º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8536 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 30 133 54 -
CMYK 0.77 0 0.59 0.48
HSL 133.98º 0.63% 0.32% -
HSV(B) 133.98º 0.77% 0.52% -
XYZ 9.59 17.32 6.33 -
YUV 93.2 105.88 82.92 -
System Red Green Blue C M Y K H S L
Decimal 30 133 54 0.77 0 0.59 0.48 133.98 0.63 0.32
Hex 1E 85 36 4D 0 3B 30 86 3F 20
Octal 36 205 66 115 0 73 60 206 77 40
Binary 11110 10000101 110110 1001101 0 111011 110000 10000110 111111 100000

Color Harmonies of #1E8536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8536

Black with #1E8536

Text Example


Text Example

White with #1E8536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,133,54); }

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

background-color css

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

 a { background-color: rgb(30,133,54); }

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

border-color css

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

 span { border-color: rgb(30,133,54); }

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