Html Css Color HEX #307C39 Japanese Laurel

📋 copy color: '#307C39'

red 48 ◦ green 124 ◦ blue 57

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

Shades of Japanese Laurel #307C39

Tints of Japanese Laurel #307C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.89%

R = 20.96%
G = 54.15%
B = 24.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#307C39 (or 0x307C39) is known color: Japanese Laurel. HEX triplet: 30, 7C and 39. RGB value is (48,124,57). Sum of RGB (Red+Green+Blue) = 48+124+57=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #307C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C39 is #CF83C6. Grayscale: #5D5D5D. Windows color (decimal): -13599687 or 3767344. OLE color: 3767344.

HSL color Cylindrical-coordinate representation of color #307C39: hue angle of 127.11º 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 #307C39 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 124 57 -
CMYK 0.61 0 0.54 0.51
HSL 127.11º 0.44% 0.34% -
HSV(B) 127.11º 0.61% 0.49% -
XYZ 9.17 15.34 6.35 -
YUV 93.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 48 124 57 0.61 0 0.54 0.51 127.11 0.44 0.34
Hex 30 7C 39 3D 0 36 33 7F 2C 22
Octal 60 174 71 75 0 66 63 177 54 42
Binary 110000 1111100 111001 111101 0 110110 110011 1111111 101100 100010

Color Harmonies of #307C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C39

Black with #307C39

Text Example


Text Example

White with #307C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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