Html Css Color HEX #307330 Japanese Laurel

📋 copy color: '#307330'

red 48 ◦ green 115 ◦ blue 48

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

Shades of Japanese Laurel #307330

Tints of Japanese Laurel #307330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.75%

R = 22.75%
G = 54.5%
B = 22.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#307330 (or 0x307330) is known color: Japanese Laurel. HEX triplet: 30, 73 and 30. RGB value is (48,115,48). Sum of RGB (Red+Green+Blue) = 48+115+48=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #307330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307330 is #CF8CCF. Grayscale: #575757. Windows color (decimal): -13602000 or 3175216. OLE color: 3175216.

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

Color convert

RGB 48 115 48 -
CMYK 0.58 0 0.58 0.55
HSL 120º 0.41% 0.32% -
HSV(B) 120º 0.58% 0.45% -
XYZ 7.88 13.1 4.91 -
YUV 87.33 105.8 99.95 -
System Red Green Blue C M Y K H S L
Decimal 48 115 48 0.58 0 0.58 0.55 120 0.41 0.32
Hex 30 73 30 3A 0 3A 37 78 29 20
Octal 60 163 60 72 0 72 67 170 51 40
Binary 110000 1110011 110000 111010 0 111010 110111 1111000 101001 100000

Color Harmonies of #307330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307330

Black with #307330

Text Example


Text Example

White with #307330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307330; }

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

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

background-color css

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

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

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

border-color css

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

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

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