Html Css Color HEX #307F32 Japanese Laurel

📋 copy color: '#307F32'

red 48 ◦ green 127 ◦ blue 50

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

Shades of Japanese Laurel #307F32

Tints of Japanese Laurel #307F32

RGB

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

 GREEN value IS 127 (50% from 255) = 56.44%

 BLUE value IS 50 (19.92% from 255) = 22.22%

R = 21.33%
G = 56.44%
B = 22.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#307F32 (or 0x307F32) is known color: Japanese Laurel. HEX triplet: 30, 7F and 32. RGB value is (48,127,50). Sum of RGB (Red+Green+Blue) = 48+127+50=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #307F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F32 is #CF80CD. Grayscale: #5E5E5E. Windows color (decimal): -13598926 or 3309360. OLE color: 3309360.

HSL color Cylindrical-coordinate representation of color #307F32: hue angle of 121.52º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F32 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 127 50 -
CMYK 0.62 0 0.61 0.50
HSL 121.52º 0.45% 0.34% -
HSV(B) 121.52º 0.62% 0.5% -
XYZ 9.38 16.04 5.62 -
YUV 94.6 102.83 94.76 -
System Red Green Blue C M Y K H S L
Decimal 48 127 50 0.62 0 0.61 0.50 121.52 0.45 0.34
Hex 30 7F 32 3E 0 3D 32 7A 2D 22
Octal 60 177 62 76 0 75 62 172 55 42
Binary 110000 1111111 110010 111110 0 111101 110010 1111010 101101 100010

Color Harmonies of #307F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F32

Black with #307F32

Text Example


Text Example

White with #307F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,127,50); }

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

background-color css

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

 a { background-color: rgb(48,127,50); }

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

border-color css

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

 span { border-color: rgb(48,127,50); }

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