Html Css Color HEX #2E8230 Japanese Laurel

📋 copy color: '#2E8230'

red 46 ◦ green 130 ◦ blue 48

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

Shades of Japanese Laurel #2E8230

Tints of Japanese Laurel #2E8230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.04%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 20.54%
G = 58.04%
B = 21.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#2E8230 (or 0x2E8230) is known color: Japanese Laurel. HEX triplet: 2E, 82 and 30. RGB value is (46,130,48). Sum of RGB (Red+Green+Blue) = 46+130+48=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8230 is #D17DCF. Grayscale: #5F5F5F. Windows color (decimal): -13729232 or 3179054. OLE color: 3179054.

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

Color convert

RGB 46 130 48 -
CMYK 0.65 0 0.63 0.49
HSL 121.43º 0.48% 0.35% -
HSV(B) 121.43º 0.65% 0.51% -
XYZ 9.64 16.76 5.52 -
YUV 95.54 101.17 92.67 -
System Red Green Blue C M Y K H S L
Decimal 46 130 48 0.65 0 0.63 0.49 121.43 0.48 0.35
Hex 2E 82 30 41 0 3F 31 79 30 23
Octal 56 202 60 101 0 77 61 171 60 43
Binary 101110 10000010 110000 1000001 0 111111 110001 1111001 110000 100011

Color Harmonies of #2E8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8230

Black with #2E8230

Text Example


Text Example

White with #2E8230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,130,48); }

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

background-color css

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

 a { background-color: rgb(46,130,48); }

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

border-color css

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

 span { border-color: rgb(46,130,48); }

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