Html Css Color HEX #2E8236 Japanese Laurel

📋 copy color: '#2E8236'

red 46 ◦ green 130 ◦ blue 54

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

Shades of Japanese Laurel #2E8236

Tints of Japanese Laurel #2E8236

RGB

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

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

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

R = 20%
G = 56.52%
B = 23.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#2E8236 (or 0x2E8236) is known color: Japanese Laurel. HEX triplet: 2E, 82 and 36. RGB value is (46,130,54). Sum of RGB (Red+Green+Blue) = 46+130+54=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8236 is #D17DC9. Grayscale: #606060. Windows color (decimal): -13729226 or 3572270. OLE color: 3572270.

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

Color convert

RGB 46 130 54 -
CMYK 0.65 0 0.58 0.49
HSL 125.71º 0.48% 0.35% -
HSV(B) 125.71º 0.65% 0.51% -
XYZ 9.78 16.81 6.22 -
YUV 96.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 46 130 54 0.65 0 0.58 0.49 125.71 0.48 0.35
Hex 2E 82 36 41 0 3A 31 7E 30 23
Octal 56 202 66 101 0 72 61 176 60 43
Binary 101110 10000010 110110 1000001 0 111010 110001 1111110 110000 100011

Color Harmonies of #2E8236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8236

Black with #2E8236

Text Example


Text Example

White with #2E8236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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