Html Css Color HEX #2E832D Japanese Laurel

📋 copy color: '#2E832D'

red 46 ◦ green 131 ◦ blue 45

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

Shades of Japanese Laurel #2E832D

Tints of Japanese Laurel #2E832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.01%

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 20.72%
G = 59.01%
B = 20.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#2E832D (or 0x2E832D) is known color: Japanese Laurel. HEX triplet: 2E, 83 and 2D. RGB value is (46,131,45). Sum of RGB (Red+Green+Blue) = 46+131+45=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #2E832D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E832D is #D17CD2. Grayscale: #606060. Windows color (decimal): -13728979 or 2982702. OLE color: 2982702.

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

Color convert

RGB 46 131 45 -
CMYK 0.65 0 0.66 0.49
HSL 119.3º 0.49% 0.35% -
HSV(B) 119.3º 0.66% 0.51% -
XYZ 9.72 17 5.25 -
YUV 95.78 99.34 92.49 -
System Red Green Blue C M Y K H S L
Decimal 46 131 45 0.65 0 0.66 0.49 119.3 0.49 0.35
Hex 2E 83 2D 41 0 42 31 77 31 23
Octal 56 203 55 101 0 102 61 167 61 43
Binary 101110 10000011 101101 1000001 0 1000010 110001 1110111 110001 100011

Color Harmonies of #2E832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E832D

Black with #2E832D

Text Example


Text Example

White with #2E832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,131,45); }

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

background-color css

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

 a { background-color: rgb(46,131,45); }

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

border-color css

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

 span { border-color: rgb(46,131,45); }

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