Html Css Color HEX #307C40 Japanese Laurel

📋 copy color: '#307C40'

red 48 ◦ green 124 ◦ blue 64

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

Shades of Japanese Laurel #307C40

Tints of Japanese Laurel #307C40

RGB

 RED value IS 48 (19.14% from 255) = 20.34%

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

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 20.34%
G = 52.54%
B = 27.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#307C40 (or 0x307C40) is known color: Japanese Laurel. HEX triplet: 30, 7C and 40. RGB value is (48,124,64). Sum of RGB (Red+Green+Blue) = 48+124+64=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #307C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C40 is #CF83BF. Grayscale: #5E5E5E. Windows color (decimal): -13599680 or 4226096. OLE color: 4226096.

HSL color Cylindrical-coordinate representation of color #307C40: hue angle of 132.63º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C40 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 124 64 -
CMYK 0.61 0 0.48 0.51
HSL 132.63º 0.44% 0.34% -
HSV(B) 132.63º 0.61% 0.49% -
XYZ 9.35 15.41 7.33 -
YUV 94.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 48 124 64 0.61 0 0.48 0.51 132.63 0.44 0.34
Hex 30 7C 40 3D 0 30 33 85 2C 22
Octal 60 174 100 75 0 60 63 205 54 42
Binary 110000 1111100 1000000 111101 0 110000 110011 10000101 101100 100010

Color Harmonies of #307C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C40

Black with #307C40

Text Example


Text Example

White with #307C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307C40; }

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

 H1.HeaderClassName
 {
   color: #307C40;
 }
 .AnyTagClassName
 {
   color: #307C40;
 }
</style>

background-color css

<style>
 a { background-color: #307C40; }

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

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

border-color css

<style>
 span { border-color: #307C40; }

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

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