Html Css Color HEX #307332 Japanese Laurel

📋 copy color: '#307332'

red 48 ◦ green 115 ◦ blue 50

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

Shades of Japanese Laurel #307332

Tints of Japanese Laurel #307332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.99%

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

R = 22.54%
G = 53.99%
B = 23.47%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#307332 (or 0x307332) is known color: Japanese Laurel. HEX triplet: 30, 73 and 32. RGB value is (48,115,50). Sum of RGB (Red+Green+Blue) = 48+115+50=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #307332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307332 is #CF8CCD. Grayscale: #575757. Windows color (decimal): -13601998 or 3306288. OLE color: 3306288.

HSL color Cylindrical-coordinate representation of color #307332: hue angle of 121.79º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307332 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 50 -
CMYK 0.58 0 0.57 0.55
HSL 121.79º 0.41% 0.32% -
HSV(B) 121.79º 0.58% 0.45% -
XYZ 7.93 13.12 5.13 -
YUV 87.56 106.8 99.79 -
System Red Green Blue C M Y K H S L
Decimal 48 115 50 0.58 0 0.57 0.55 121.79 0.41 0.32
Hex 30 73 32 3A 0 39 37 7A 29 20
Octal 60 163 62 72 0 71 67 172 51 40
Binary 110000 1110011 110010 111010 0 111001 110111 1111010 101001 100000

Color Harmonies of #307332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307332

Black with #307332

Text Example


Text Example

White with #307332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307332; }

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

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

background-color css

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

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

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

border-color css

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

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

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