#1E8334

Color #1E8334 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #1E8334

Tints of Japanese Laurel #1E8334

Color information

#1E8334 (or 0x1E8334) is unknown color: approx Japanese Laurel. HEX triplet: 1E, 83 and 34. RGB value is (30,131,52). Sum of RGB (Red+Green+Blue) = 30+131+52=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #1E8334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8334 is #E17CCB. Grayscale: #5C5C5C. Windows color (decimal): -14777548 or 3441438. OLE color: 3441438.

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

Color convert

RGB3013152-
CMYK0.7700.600.49
HSL133.07º62.73%31.57%-
HSV(B)133.07º77.1%51.37%-
XYZ9.2716.765.99-
YUV91.79105.5483.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.08%
GREEN value IS 131 (51.56% from 255) = 61.50%
BLUE value IS 52 (20.70% from 255) = 24.41%
R=14.08%
G=61.50%
B=24.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30131520.7700.600.49133.0762.7331.57
Hex1E83344D03C31853f20
Octal3620364115074612057740
Binary11110100000111101001001101011110011000110000101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E8334;
 }
 .AnyTagClassName
 {
   color: #1E8334;
 }
</style>
background-color css

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

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

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

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

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

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