Html Css Color HEX #307531 Japanese Laurel

📋 copy color: '#307531'

red 48 ◦ green 117 ◦ blue 49

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

Shades of Japanese Laurel #307531

Tints of Japanese Laurel #307531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.67%

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

R = 22.43%
G = 54.67%
B = 22.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#307531 (or 0x307531) is known color: Japanese Laurel. HEX triplet: 30, 75 and 31. RGB value is (48,117,49). Sum of RGB (Red+Green+Blue) = 48+117+49=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #307531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307531 is #CF8ACE. Grayscale: #585858. Windows color (decimal): -13601487 or 3241264. OLE color: 3241264.

HSL color Cylindrical-coordinate representation of color #307531: hue angle of 120.87º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307531 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 49 -
CMYK 0.59 0 0.58 0.54
HSL 120.87º 0.42% 0.32% -
HSV(B) 120.87º 0.59% 0.46% -
XYZ 8.13 13.57 5.1 -
YUV 88.62 105.64 99.03 -
System Red Green Blue C M Y K H S L
Decimal 48 117 49 0.59 0 0.58 0.54 120.87 0.42 0.32
Hex 30 75 31 3B 0 3A 36 79 2A 20
Octal 60 165 61 73 0 72 66 171 52 40
Binary 110000 1110101 110001 111011 0 111010 110110 1111001 101010 100000

Color Harmonies of #307531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307531

Black with #307531

Text Example


Text Example

White with #307531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307531; }

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

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

background-color css

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

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

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

border-color css

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

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

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