Html Css Color HEX #2E8935 Japanese Laurel

📋 copy color: '#2E8935'

red 46 ◦ green 137 ◦ blue 53

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

Shades of Japanese Laurel #2E8935

Tints of Japanese Laurel #2E8935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 58.05%

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

R = 19.49%
G = 58.05%
B = 22.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#2E8935 (or 0x2E8935) is known color: Japanese Laurel. HEX triplet: 2E, 89 and 35. RGB value is (46,137,53). Sum of RGB (Red+Green+Blue) = 46+137+53=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8935 is #D176CA. Grayscale: #646464. Windows color (decimal): -13727435 or 3508526. OLE color: 3508526.

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

Color convert

RGB 46 137 53 -
CMYK 0.66 0 0.61 0.46
HSL 124.62º 0.5% 0.36% -
HSV(B) 124.62º 0.66% 0.54% -
XYZ 10.71 18.73 6.42 -
YUV 100.22 101.35 89.33 -
System Red Green Blue C M Y K H S L
Decimal 46 137 53 0.66 0 0.61 0.46 124.62 0.5 0.36
Hex 2E 89 35 42 0 3D 2E 7D 32 24
Octal 56 211 65 102 0 75 56 175 62 44
Binary 101110 10001001 110101 1000010 0 111101 101110 1111101 110010 100100

Color Harmonies of #2E8935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8935

Black with #2E8935

Text Example


Text Example

White with #2E8935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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