Html Css Color HEX #30763B Japanese Laurel

📋 copy color: '#30763B'

red 48 ◦ green 118 ◦ blue 59

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

Shades of Japanese Laurel #30763B

Tints of Japanese Laurel #30763B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 21.33%
G = 52.44%
B = 26.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#30763B (or 0x30763B) is known color: Japanese Laurel. HEX triplet: 30, 76 and 3B. RGB value is (48,118,59). Sum of RGB (Red+Green+Blue) = 48+118+59=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #30763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30763B is #CF89C4. Grayscale: #5A5A5A. Windows color (decimal): -13601221 or 3896880. OLE color: 3896880.

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

Color convert

RGB 48 118 59 -
CMYK 0.59 0 0.50 0.54
HSL 129.43º 0.42% 0.33% -
HSV(B) 129.43º 0.59% 0.46% -
XYZ 8.49 13.9 6.37 -
YUV 90.34 110.31 97.8 -
System Red Green Blue C M Y K H S L
Decimal 48 118 59 0.59 0 0.50 0.54 129.43 0.42 0.33
Hex 30 76 3B 3B 0 32 36 81 2A 21
Octal 60 166 73 73 0 62 66 201 52 41
Binary 110000 1110110 111011 111011 0 110010 110110 10000001 101010 100001

Color Harmonies of #30763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30763B

Black with #30763B

Text Example


Text Example

White with #30763B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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