Html Css Color HEX #2E8536 Japanese Laurel

📋 copy color: '#2E8536'

red 46 ◦ green 133 ◦ blue 54

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

Shades of Japanese Laurel #2E8536

Tints of Japanese Laurel #2E8536

RGB

 RED value IS 46 (18.36% from 255) = 19.74%

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

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

R = 19.74%
G = 57.08%
B = 23.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#2E8536 (or 0x2E8536) is known color: Japanese Laurel. HEX triplet: 2E, 85 and 36. RGB value is (46,133,54). Sum of RGB (Red+Green+Blue) = 46+133+54=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8536 is #D17AC9. Grayscale: #626262. Windows color (decimal): -13728458 or 3573038. OLE color: 3573038.

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

Color convert

RGB 46 133 54 -
CMYK 0.65 0 0.59 0.48
HSL 125.52º 0.49% 0.35% -
HSV(B) 125.52º 0.65% 0.52% -
XYZ 10.18 17.62 6.35 -
YUV 97.98 103.18 90.92 -
System Red Green Blue C M Y K H S L
Decimal 46 133 54 0.65 0 0.59 0.48 125.52 0.49 0.35
Hex 2E 85 36 41 0 3B 30 7E 31 23
Octal 56 205 66 101 0 73 60 176 61 43
Binary 101110 10000101 110110 1000001 0 111011 110000 1111110 110001 100011

Color Harmonies of #2E8536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8536

Black with #2E8536

Text Example


Text Example

White with #2E8536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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