Html Css Color HEX #307C34 Japanese Laurel

📋 copy color: '#307C34'

red 48 ◦ green 124 ◦ blue 52

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

Shades of Japanese Laurel #307C34

Tints of Japanese Laurel #307C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.21%

R = 21.43%
G = 55.36%
B = 23.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#307C34 (or 0x307C34) is known color: Japanese Laurel. HEX triplet: 30, 7C and 34. RGB value is (48,124,52). Sum of RGB (Red+Green+Blue) = 48+124+52=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #307C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C34 is #CF83CB. Grayscale: #5D5D5D. Windows color (decimal): -13599692 or 3439664. OLE color: 3439664.

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

Color convert

RGB 48 124 52 -
CMYK 0.61 0 0.58 0.51
HSL 123.16º 0.44% 0.34% -
HSV(B) 123.16º 0.61% 0.49% -
XYZ 9.05 15.29 5.72 -
YUV 93.07 104.82 95.85 -
System Red Green Blue C M Y K H S L
Decimal 48 124 52 0.61 0 0.58 0.51 123.16 0.44 0.34
Hex 30 7C 34 3D 0 3A 33 7B 2C 22
Octal 60 174 64 75 0 72 63 173 54 42
Binary 110000 1111100 110100 111101 0 111010 110011 1111011 101100 100010

Color Harmonies of #307C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C34

Black with #307C34

Text Example


Text Example

White with #307C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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