Html Css Color HEX #2E7930 Japanese Laurel

📋 copy color: '#2E7930'

red 46 ◦ green 121 ◦ blue 48

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

Shades of Japanese Laurel #2E7930

Tints of Japanese Laurel #2E7930

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.28%

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

R = 21.4%
G = 56.28%
B = 22.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#2E7930 (or 0x2E7930) is known color: Japanese Laurel. HEX triplet: 2E, 79 and 30. RGB value is (46,121,48). Sum of RGB (Red+Green+Blue) = 46+121+48=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 121 (47.66% from 255 or 56.28% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7930 is #D186CF. Grayscale: #5A5A5A. Windows color (decimal): -13731536 or 3176750. OLE color: 3176750.

HSL color Cylindrical-coordinate representation of color #2E7930: hue angle of 121.6º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7930 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 121 48 -
CMYK 0.62 0 0.60 0.53
HSL 121.6º 0.45% 0.33% -
HSV(B) 121.6º 0.62% 0.47% -
XYZ 8.5 14.47 5.14 -
YUV 90.25 104.15 96.44 -
System Red Green Blue C M Y K H S L
Decimal 46 121 48 0.62 0 0.60 0.53 121.6 0.45 0.33
Hex 2E 79 30 3E 0 3C 35 7A 2D 21
Octal 56 171 60 76 0 74 65 172 55 41
Binary 101110 1111001 110000 111110 0 111100 110101 1111010 101101 100001

Color Harmonies of #2E7930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7930

Black with #2E7930

Text Example


Text Example

White with #2E7930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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