Html Css Color HEX #30783A Japanese Laurel

📋 copy color: '#30783A'

red 48 ◦ green 120 ◦ blue 58

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

Shades of Japanese Laurel #30783A

Tints of Japanese Laurel #30783A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.1%

 BLUE value IS 58 (23.05% from 255) = 25.66%

R = 21.24%
G = 53.1%
B = 25.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#30783A (or 0x30783A) is known color: Japanese Laurel. HEX triplet: 30, 78 and 3A. RGB value is (48,120,58). Sum of RGB (Red+Green+Blue) = 48+120+58=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #30783A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30783A is #CF87C5. Grayscale: #5B5B5B. Windows color (decimal): -13600710 or 3831856. OLE color: 3831856.

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

Color convert

RGB 48 120 58 -
CMYK 0.60 0 0.52 0.53
HSL 128.33º 0.43% 0.33% -
HSV(B) 128.33º 0.6% 0.47% -
XYZ 8.7 14.37 6.32 -
YUV 91.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 48 120 58 0.60 0 0.52 0.53 128.33 0.43 0.33
Hex 30 78 3A 3C 0 34 35 80 2B 21
Octal 60 170 72 74 0 64 65 200 53 41
Binary 110000 1111000 111010 111100 0 110100 110101 10000000 101011 100001

Color Harmonies of #30783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30783A

Black with #30783A

Text Example


Text Example

White with #30783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30783A; }

 p { color: rgb(48,120,58); }

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

background-color css

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

 a { background-color: rgb(48,120,58); }

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

border-color css

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

 span { border-color: rgb(48,120,58); }

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