Html Css Color HEX #307131 Japanese Laurel

📋 copy color: '#307131'

red 48 ◦ green 113 ◦ blue 49

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

Shades of Japanese Laurel #307131

Tints of Japanese Laurel #307131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 22.86%
G = 53.81%
B = 23.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#307131 (or 0x307131) is known color: Japanese Laurel. HEX triplet: 30, 71 and 31. RGB value is (48,113,49). Sum of RGB (Red+Green+Blue) = 48+113+49=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #307131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307131 is #CF8ECE. Grayscale: #565656. Windows color (decimal): -13602511 or 3240240. OLE color: 3240240.

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

Color convert

RGB 48 113 49 -
CMYK 0.58 0 0.57 0.56
HSL 120.92º 0.4% 0.32% -
HSV(B) 120.92º 0.58% 0.44% -
XYZ 7.68 12.66 4.94 -
YUV 86.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 48 113 49 0.58 0 0.57 0.56 120.92 0.4 0.32
Hex 30 71 31 3A 0 39 38 79 28 20
Octal 60 161 61 72 0 71 70 171 50 40
Binary 110000 1110001 110001 111010 0 111001 111000 1111001 101000 100000

Color Harmonies of #307131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307131

Black with #307131

Text Example


Text Example

White with #307131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307131; }

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

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

background-color css

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

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

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

border-color css

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

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

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