Html Css Color HEX #30763A Japanese Laurel

📋 copy color: '#30763A'

red 48 ◦ green 118 ◦ blue 58

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

Shades of Japanese Laurel #30763A

Tints of Japanese Laurel #30763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.68%

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

R = 21.43%
G = 52.68%
B = 25.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#30763A (or 0x30763A) is known color: Japanese Laurel. HEX triplet: 30, 76 and 3A. RGB value is (48,118,58). Sum of RGB (Red+Green+Blue) = 48+118+58=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #30763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30763A is #CF89C5. Grayscale: #5A5A5A. Windows color (decimal): -13601222 or 3831344. OLE color: 3831344.

HSL color Cylindrical-coordinate representation of color #30763A: hue angle of 128.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30763A is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 58 -
CMYK 0.59 0 0.51 0.54
HSL 128.57º 0.42% 0.33% -
HSV(B) 128.57º 0.59% 0.46% -
XYZ 8.46 13.89 6.24 -
YUV 90.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 48 118 58 0.59 0 0.51 0.54 128.57 0.42 0.33
Hex 30 76 3A 3B 0 33 36 81 2A 21
Octal 60 166 72 73 0 63 66 201 52 41
Binary 110000 1110110 111010 111011 0 110011 110110 10000001 101010 100001

Color Harmonies of #30763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30763A

Black with #30763A

Text Example


Text Example

White with #30763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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