Html Css Color HEX #307331 Japanese Laurel

📋 copy color: '#307331'

red 48 ◦ green 115 ◦ blue 49

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

Shades of Japanese Laurel #307331

Tints of Japanese Laurel #307331

RGB

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

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

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

R = 22.64%
G = 54.25%
B = 23.11%

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

#307331 (or 0x307331) is known color: Japanese Laurel. HEX triplet: 30, 73 and 31. RGB value is (48,115,49). Sum of RGB (Red+Green+Blue) = 48+115+49=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #307331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307331 is #CF8CCE. Grayscale: #575757. Windows color (decimal): -13601999 or 3240752. OLE color: 3240752.

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

Color convert

RGB 48 115 49 -
CMYK 0.58 0 0.57 0.55
HSL 120.9º 0.41% 0.32% -
HSV(B) 120.9º 0.58% 0.45% -
XYZ 7.9 13.11 5.02 -
YUV 87.44 106.3 99.87 -
System Red Green Blue C M Y K H S L
Decimal 48 115 49 0.58 0 0.57 0.55 120.9 0.41 0.32
Hex 30 73 31 3A 0 39 37 79 29 20
Octal 60 163 61 72 0 71 67 171 51 40
Binary 110000 1110011 110001 111010 0 111001 110111 1111001 101001 100000

Color Harmonies of #307331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307331

Black with #307331

Text Example


Text Example

White with #307331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307331; }

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

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

background-color css

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

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

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

border-color css

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

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

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