Html Css Color HEX #30773C Japanese Laurel

📋 copy color: '#30773C'

red 48 ◦ green 119 ◦ blue 60

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

Shades of Japanese Laurel #30773C

Tints of Japanese Laurel #30773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 21.15%
G = 52.42%
B = 26.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#30773C (or 0x30773C) is known color: Japanese Laurel. HEX triplet: 30, 77 and 3C. RGB value is (48,119,60). Sum of RGB (Red+Green+Blue) = 48+119+60=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #30773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30773C is #CF88C3. Grayscale: #5B5B5B. Windows color (decimal): -13600964 or 3962672. OLE color: 3962672.

HSL color Cylindrical-coordinate representation of color #30773C: hue angle of 130.14º 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 #30773C is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 60 -
CMYK 0.60 0 0.50 0.53
HSL 130.14º 0.43% 0.33% -
HSV(B) 130.14º 0.6% 0.47% -
XYZ 8.63 14.15 6.55 -
YUV 91.05 110.48 97.3 -
System Red Green Blue C M Y K H S L
Decimal 48 119 60 0.60 0 0.50 0.53 130.14 0.43 0.33
Hex 30 77 3C 3C 0 32 35 82 2B 21
Octal 60 167 74 74 0 62 65 202 53 41
Binary 110000 1110111 111100 111100 0 110010 110101 10000010 101011 100001

Color Harmonies of #30773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30773C

Black with #30773C

Text Example


Text Example

White with #30773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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