Html Css Color HEX #30773D Japanese Laurel

📋 copy color: '#30773D'

red 48 ◦ green 119 ◦ blue 61

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

Shades of Japanese Laurel #30773D

Tints of Japanese Laurel #30773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.75%

R = 21.05%
G = 52.19%
B = 26.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#30773D (or 0x30773D) is known color: Japanese Laurel. HEX triplet: 30, 77 and 3D. RGB value is (48,119,61). Sum of RGB (Red+Green+Blue) = 48+119+61=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #30773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30773D is #CF88C2. Grayscale: #5B5B5B. Windows color (decimal): -13600963 or 4028208. OLE color: 4028208.

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

Color convert

RGB 48 119 61 -
CMYK 0.60 0 0.49 0.53
HSL 130.99º 0.43% 0.33% -
HSV(B) 130.99º 0.6% 0.47% -
XYZ 8.66 14.16 6.69 -
YUV 91.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 48 119 61 0.60 0 0.49 0.53 130.99 0.43 0.33
Hex 30 77 3D 3C 0 31 35 83 2B 21
Octal 60 167 75 74 0 61 65 203 53 41
Binary 110000 1110111 111101 111100 0 110001 110101 10000011 101011 100001

Color Harmonies of #30773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30773D

Black with #30773D

Text Example


Text Example

White with #30773D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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