Html Css Color HEX #2E7C30 Japanese Laurel

📋 copy color: '#2E7C30'

red 46 ◦ green 124 ◦ blue 48

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

Shades of Japanese Laurel #2E7C30

Tints of Japanese Laurel #2E7C30

RGB

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

 GREEN value IS 124 (48.83% from 255) = 56.88%

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

R = 21.1%
G = 56.88%
B = 22.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#2E7C30 (or 0x2E7C30) is known color: Japanese Laurel. HEX triplet: 2E, 7C and 30. RGB value is (46,124,48). Sum of RGB (Red+Green+Blue) = 46+124+48=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7C30 is #D183CF. Grayscale: #5C5C5C. Windows color (decimal): -13730768 or 3177518. OLE color: 3177518.

HSL color Cylindrical-coordinate representation of color #2E7C30: hue angle of 121.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7C30 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 124 48 -
CMYK 0.63 0 0.61 0.51
HSL 121.54º 0.46% 0.33% -
HSV(B) 121.54º 0.63% 0.49% -
XYZ 8.87 15.21 5.26 -
YUV 92.01 103.16 95.18 -
System Red Green Blue C M Y K H S L
Decimal 46 124 48 0.63 0 0.61 0.51 121.54 0.46 0.33
Hex 2E 7C 30 3F 0 3D 33 7A 2E 21
Octal 56 174 60 77 0 75 63 172 56 41
Binary 101110 1111100 110000 111111 0 111101 110011 1111010 101110 100001

Color Harmonies of #2E7C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7C30

Black with #2E7C30

Text Example


Text Example

White with #2E7C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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