Html Css Color HEX #307731 Japanese Laurel

📋 copy color: '#307731'

red 48 ◦ green 119 ◦ blue 49

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

Shades of Japanese Laurel #307731

Tints of Japanese Laurel #307731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.09%

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

R = 22.22%
G = 55.09%
B = 22.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#307731 (or 0x307731) is known color: Japanese Laurel. HEX triplet: 30, 77 and 31. RGB value is (48,119,49). Sum of RGB (Red+Green+Blue) = 48+119+49=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #307731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307731 is #CF88CE. Grayscale: #595959. Windows color (decimal): -13600975 or 3241776. OLE color: 3241776.

HSL color Cylindrical-coordinate representation of color #307731: hue angle of 120.85º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307731 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 49 -
CMYK 0.60 0 0.59 0.53
HSL 120.85º 0.43% 0.33% -
HSV(B) 120.85º 0.6% 0.47% -
XYZ 8.37 14.04 5.18 -
YUV 89.79 104.98 98.19 -
System Red Green Blue C M Y K H S L
Decimal 48 119 49 0.60 0 0.59 0.53 120.85 0.43 0.33
Hex 30 77 31 3C 0 3B 35 79 2B 21
Octal 60 167 61 74 0 73 65 171 53 41
Binary 110000 1110111 110001 111100 0 111011 110101 1111001 101011 100001

Color Harmonies of #307731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307731

Black with #307731

Text Example


Text Example

White with #307731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307731; }

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

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

background-color css

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

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

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

border-color css

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

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

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