Html Css Color HEX #2E8835 Japanese Laurel

📋 copy color: '#2E8835'

red 46 ◦ green 136 ◦ blue 53

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

Shades of Japanese Laurel #2E8835

Tints of Japanese Laurel #2E8835

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.87%

 BLUE value IS 53 (21.09% from 255) = 22.55%

R = 19.57%
G = 57.87%
B = 22.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#2E8835 (or 0x2E8835) is known color: Japanese Laurel. HEX triplet: 2E, 88 and 35. RGB value is (46,136,53). Sum of RGB (Red+Green+Blue) = 46+136+53=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #2E8835 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8835 is #D177CA. Grayscale: #636363. Windows color (decimal): -13727691 or 3508270. OLE color: 3508270.

HSL color Cylindrical-coordinate representation of color #2E8835: hue angle of 124.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8835 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 136 53 -
CMYK 0.66 0 0.61 0.47
HSL 124.67º 0.49% 0.36% -
HSV(B) 124.67º 0.66% 0.53% -
XYZ 10.57 18.45 6.37 -
YUV 99.63 101.68 89.75 -
System Red Green Blue C M Y K H S L
Decimal 46 136 53 0.66 0 0.61 0.47 124.67 0.49 0.36
Hex 2E 88 35 42 0 3D 2F 7D 31 24
Octal 56 210 65 102 0 75 57 175 61 44
Binary 101110 10001000 110101 1000010 0 111101 101111 1111101 110001 100100

Color Harmonies of #2E8835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8835

Black with #2E8835

Text Example


Text Example

White with #2E8835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,136,53); }

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

background-color css

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

 a { background-color: rgb(46,136,53); }

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

border-color css

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

 span { border-color: rgb(46,136,53); }

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