Html Css Color HEX #1E8334 Japanese Laurel

📋 copy color: '#1E8334'

red 30 ◦ green 131 ◦ blue 52

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

Shades of Japanese Laurel #1E8334

Tints of Japanese Laurel #1E8334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.5%

 BLUE value IS 52 (20.7% from 255) = 24.41%

R = 14.08%
G = 61.5%
B = 24.41%

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

#1E8334 (or 0x1E8334) is known color: 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

RGB 30 131 52 -
CMYK 0.77 0 0.60 0.49
HSL 133.07º 0.63% 0.32% -
HSV(B) 133.07º 0.77% 0.51% -
XYZ 9.27 16.76 5.99 -
YUV 91.8 105.54 83.92 -
System Red Green Blue C M Y K H S L
Decimal 30 131 52 0.77 0 0.60 0.49 133.07 0.63 0.32
Hex 1E 83 34 4D 0 3C 31 85 3F 20
Octal 36 203 64 115 0 74 61 205 77 40
Binary 11110 10000011 110100 1001101 0 111100 110001 10000101 111111 100000

Color Harmonies of #1E8334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8334

Black with #1E8334

Text Example


Text Example

White with #1E8334

Text Example


Text Example

HTML Codes & Css Web 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>