Html Css Color HEX #307130 Japanese Laurel

📋 copy color: '#307130'

red 48 ◦ green 113 ◦ blue 48

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

Shades of Japanese Laurel #307130

Tints of Japanese Laurel #307130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.07%

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

R = 22.97%
G = 54.07%
B = 22.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#307130 (or 0x307130) is known color: Japanese Laurel. HEX triplet: 30, 71 and 30. RGB value is (48,113,48). Sum of RGB (Red+Green+Blue) = 48+113+48=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #307130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307130 is #CF8ECF. Grayscale: #565656. Windows color (decimal): -13602512 or 3174704. OLE color: 3174704.

HSL color Cylindrical-coordinate representation of color #307130: hue angle of 120º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307130 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 48 -
CMYK 0.58 0 0.58 0.56
HSL 120º 0.4% 0.32% -
HSV(B) 120º 0.58% 0.44% -
XYZ 7.66 12.65 4.83 -
YUV 86.16 106.47 100.79 -
System Red Green Blue C M Y K H S L
Decimal 48 113 48 0.58 0 0.58 0.56 120 0.4 0.32
Hex 30 71 30 3A 0 3A 38 78 28 20
Octal 60 161 60 72 0 72 70 170 50 40
Binary 110000 1110001 110000 111010 0 111010 111000 1111000 101000 100000

Color Harmonies of #307130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307130

Black with #307130

Text Example


Text Example

White with #307130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307130; }

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

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

background-color css

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

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

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

border-color css

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

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

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