Html Css Color HEX #30793E Japanese Laurel

📋 copy color: '#30793E'

red 48 ◦ green 121 ◦ blue 62

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

Shades of Japanese Laurel #30793E

Tints of Japanese Laurel #30793E

RGB

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

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

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

R = 20.78%
G = 52.38%
B = 26.84%

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

#30793E (or 0x30793E) is known color: Japanese Laurel. HEX triplet: 30, 79 and 3E. RGB value is (48,121,62). Sum of RGB (Red+Green+Blue) = 48+121+62=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #30793E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30793E is #CF86C1. Grayscale: #5C5C5C. Windows color (decimal): -13600450 or 4094256. OLE color: 4094256.

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

Color convert

RGB 48 121 62 -
CMYK 0.60 0 0.49 0.53
HSL 131.51º 0.43% 0.33% -
HSV(B) 131.51º 0.6% 0.47% -
XYZ 8.93 14.65 6.91 -
YUV 92.45 110.82 96.3 -
System Red Green Blue C M Y K H S L
Decimal 48 121 62 0.60 0 0.49 0.53 131.51 0.43 0.33
Hex 30 79 3E 3C 0 31 35 84 2B 21
Octal 60 171 76 74 0 61 65 204 53 41
Binary 110000 1111001 111110 111100 0 110001 110101 10000100 101011 100001

Color Harmonies of #30793E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30793E

Black with #30793E

Text Example


Text Example

White with #30793E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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