Html Css Color HEX #2E8238 Japanese Laurel

📋 copy color: '#2E8238'

red 46 ◦ green 130 ◦ blue 56

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

Shades of Japanese Laurel #2E8238

Tints of Japanese Laurel #2E8238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 19.83%
G = 56.03%
B = 24.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#2E8238 (or 0x2E8238) is known color: Japanese Laurel. HEX triplet: 2E, 82 and 38. RGB value is (46,130,56). Sum of RGB (Red+Green+Blue) = 46+130+56=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8238 is #D17DC7. Grayscale: #606060. Windows color (decimal): -13729224 or 3703342. OLE color: 3703342.

HSL color Cylindrical-coordinate representation of color #2E8238: hue angle of 127.14º 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 #2E8238 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 130 56 -
CMYK 0.65 0 0.57 0.49
HSL 127.14º 0.48% 0.35% -
HSV(B) 127.14º 0.65% 0.51% -
XYZ 9.82 16.83 6.47 -
YUV 96.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 46 130 56 0.65 0 0.57 0.49 127.14 0.48 0.35
Hex 2E 82 38 41 0 39 31 7F 30 23
Octal 56 202 70 101 0 71 61 177 60 43
Binary 101110 10000010 111000 1000001 0 111001 110001 1111111 110000 100011

Color Harmonies of #2E8238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8238

Black with #2E8238

Text Example


Text Example

White with #2E8238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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