Html Css Color HEX #30793F Japanese Laurel

📋 copy color: '#30793F'

red 48 ◦ green 121 ◦ blue 63

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

Shades of Japanese Laurel #30793F

Tints of Japanese Laurel #30793F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.16%

 BLUE value IS 63 (25% from 255) = 27.16%

R = 20.69%
G = 52.16%
B = 27.16%

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

#30793F (or 0x30793F) is known color: Japanese Laurel. HEX triplet: 30, 79 and 3F. RGB value is (48,121,63). Sum of RGB (Red+Green+Blue) = 48+121+63=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #30793F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30793F is #CF86C0. Grayscale: #5C5C5C. Windows color (decimal): -13600449 or 4159792. OLE color: 4159792.

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

Color convert

RGB 48 121 63 -
CMYK 0.60 0 0.48 0.53
HSL 132.33º 0.43% 0.33% -
HSV(B) 132.33º 0.6% 0.47% -
XYZ 8.95 14.66 7.06 -
YUV 92.56 111.32 96.22 -
System Red Green Blue C M Y K H S L
Decimal 48 121 63 0.60 0 0.48 0.53 132.33 0.43 0.33
Hex 30 79 3F 3C 0 30 35 84 2B 21
Octal 60 171 77 74 0 60 65 204 53 41
Binary 110000 1111001 111111 111100 0 110000 110101 10000100 101011 100001

Color Harmonies of #30793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30793F

Black with #30793F

Text Example


Text Example

White with #30793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30793F; }

 p { color: rgb(48,121,63); }

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

background-color css

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

 a { background-color: rgb(48,121,63); }

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

border-color css

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

 span { border-color: rgb(48,121,63); }

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