Html Css Color HEX #30832E Japanese Laurel

📋 copy color: '#30832E'

red 48 ◦ green 131 ◦ blue 46

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

Shades of Japanese Laurel #30832E

Tints of Japanese Laurel #30832E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 58.22%

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 21.33%
G = 58.22%
B = 20.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#30832E (or 0x30832E) is known color: Japanese Laurel. HEX triplet: 30, 83 and 2E. RGB value is (48,131,46). Sum of RGB (Red+Green+Blue) = 48+131+46=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #30832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30832E is #CF7CD1. Grayscale: #606060. Windows color (decimal): -13597906 or 3048240. OLE color: 3048240.

HSL color Cylindrical-coordinate representation of color #30832E: hue angle of 118.59º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30832E is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 46 -
CMYK 0.63 0 0.65 0.49
HSL 118.59º 0.48% 0.35% -
HSV(B) 118.59º 0.65% 0.51% -
XYZ 9.83 17.06 5.36 -
YUV 96.49 99.5 93.41 -
System Red Green Blue C M Y K H S L
Decimal 48 131 46 0.63 0 0.65 0.49 118.59 0.48 0.35
Hex 30 83 2E 3F 0 41 31 77 30 23
Octal 60 203 56 77 0 101 61 167 60 43
Binary 110000 10000011 101110 111111 0 1000001 110001 1110111 110000 100011

Color Harmonies of #30832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30832E

Black with #30832E

Text Example


Text Example

White with #30832E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,131,46); }

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

background-color css

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

 a { background-color: rgb(48,131,46); }

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

border-color css

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

 span { border-color: rgb(48,131,46); }

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