Html Css Color HEX #30773E Japanese Laurel

📋 copy color: '#30773E'

red 48 ◦ green 119 ◦ blue 62

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

Shades of Japanese Laurel #30773E

Tints of Japanese Laurel #30773E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.07%

R = 20.96%
G = 51.97%
B = 27.07%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#30773E (or 0x30773E) is known color: Japanese Laurel. HEX triplet: 30, 77 and 3E. RGB value is (48,119,62). Sum of RGB (Red+Green+Blue) = 48+119+62=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #30773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30773E is #CF88C1. Grayscale: #5B5B5B. Windows color (decimal): -13600962 or 4093744. OLE color: 4093744.

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

Color convert

RGB 48 119 62 -
CMYK 0.60 0 0.48 0.53
HSL 131.83º 0.43% 0.33% -
HSV(B) 131.83º 0.6% 0.47% -
XYZ 8.69 14.17 6.83 -
YUV 91.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 48 119 62 0.60 0 0.48 0.53 131.83 0.43 0.33
Hex 30 77 3E 3C 0 30 35 84 2B 21
Octal 60 167 76 74 0 60 65 204 53 41
Binary 110000 1110111 111110 111100 0 110000 110101 10000100 101011 100001

Color Harmonies of #30773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30773E

Black with #30773E

Text Example


Text Example

White with #30773E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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