Html Css Color HEX #30763C Japanese Laurel

📋 copy color: '#30763C'

red 48 ◦ green 118 ◦ blue 60

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

Shades of Japanese Laurel #30763C

Tints of Japanese Laurel #30763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 21.24%
G = 52.21%
B = 26.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#30763C (or 0x30763C) is known color: Japanese Laurel. HEX triplet: 30, 76 and 3C. RGB value is (48,118,60). Sum of RGB (Red+Green+Blue) = 48+118+60=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #30763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30763C is #CF89C3. Grayscale: #5A5A5A. Windows color (decimal): -13601220 or 3962416. OLE color: 3962416.

HSL color Cylindrical-coordinate representation of color #30763C: hue angle of 130.29º 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 #30763C is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 60 -
CMYK 0.59 0 0.49 0.54
HSL 130.29º 0.42% 0.33% -
HSV(B) 130.29º 0.59% 0.46% -
XYZ 8.51 13.91 6.51 -
YUV 90.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 48 118 60 0.59 0 0.49 0.54 130.29 0.42 0.33
Hex 30 76 3C 3B 0 31 36 82 2A 21
Octal 60 166 74 73 0 61 66 202 52 41
Binary 110000 1110110 111100 111011 0 110001 110110 10000010 101010 100001

Color Harmonies of #30763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30763C

Black with #30763C

Text Example


Text Example

White with #30763C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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