Html Css Color HEX #2E833C Japanese Laurel

📋 copy color: '#2E833C'

red 46 ◦ green 131 ◦ blue 60

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

Shades of Japanese Laurel #2E833C

Tints of Japanese Laurel #2E833C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 19.41%
G = 55.27%
B = 25.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#2E833C (or 0x2E833C) is known color: Japanese Laurel. HEX triplet: 2E, 83 and 3C. RGB value is (46,131,60). Sum of RGB (Red+Green+Blue) = 46+131+60=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #2E833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E833C is #D17CC3. Grayscale: #616161. Windows color (decimal): -13728964 or 3965742. OLE color: 3965742.

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

Color convert

RGB 46 131 60 -
CMYK 0.65 0 0.54 0.49
HSL 129.88º 0.48% 0.35% -
HSV(B) 129.88º 0.65% 0.51% -
XYZ 10.06 17.14 7.05 -
YUV 97.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 46 131 60 0.65 0 0.54 0.49 129.88 0.48 0.35
Hex 2E 83 3C 41 0 36 31 82 30 23
Octal 56 203 74 101 0 66 61 202 60 43
Binary 101110 10000011 111100 1000001 0 110110 110001 10000010 110000 100011

Color Harmonies of #2E833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E833C

Black with #2E833C

Text Example


Text Example

White with #2E833C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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