Html Css Color HEX #30763F Japanese Laurel

📋 copy color: '#30763F'

red 48 ◦ green 118 ◦ blue 63

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

Shades of Japanese Laurel #30763F

Tints of Japanese Laurel #30763F

RGB

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

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

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

R = 20.96%
G = 51.53%
B = 27.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#30763F (or 0x30763F) is known color: Japanese Laurel. HEX triplet: 30, 76 and 3F. RGB value is (48,118,63). Sum of RGB (Red+Green+Blue) = 48+118+63=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #30763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30763F is #CF89C0. Grayscale: #5A5A5A. Windows color (decimal): -13601217 or 4159024. OLE color: 4159024.

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

Color convert

RGB 48 118 63 -
CMYK 0.59 0 0.47 0.54
HSL 132.86º 0.42% 0.33% -
HSV(B) 132.86º 0.59% 0.46% -
XYZ 8.59 13.94 6.94 -
YUV 90.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 48 118 63 0.59 0 0.47 0.54 132.86 0.42 0.33
Hex 30 76 3F 3B 0 2F 36 85 2A 21
Octal 60 166 77 73 0 57 66 205 52 41
Binary 110000 1110110 111111 111011 0 101111 110110 10000101 101010 100001

Color Harmonies of #30763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30763F

Black with #30763F

Text Example


Text Example

White with #30763F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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