Html Css Color HEX #30832C Japanese Laurel

📋 copy color: '#30832C'

red 48 ◦ green 131 ◦ blue 44

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

Shades of Japanese Laurel #30832C

Tints of Japanese Laurel #30832C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 21.52%
G = 58.74%
B = 19.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#30832C (or 0x30832C) is known color: Japanese Laurel. HEX triplet: 30, 83 and 2C. RGB value is (48,131,44). Sum of RGB (Red+Green+Blue) = 48+131+44=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #30832C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30832C is #CF7CD3. Grayscale: #606060. Windows color (decimal): -13597908 or 2917168. OLE color: 2917168.

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

Color convert

RGB 48 131 44 -
CMYK 0.63 0 0.66 0.49
HSL 117.24º 0.5% 0.34% -
HSV(B) 117.24º 0.66% 0.51% -
XYZ 9.79 17.04 5.16 -
YUV 96.27 98.5 93.57 -
System Red Green Blue C M Y K H S L
Decimal 48 131 44 0.63 0 0.66 0.49 117.24 0.5 0.34
Hex 30 83 2C 3F 0 42 31 75 32 22
Octal 60 203 54 77 0 102 61 165 62 42
Binary 110000 10000011 101100 111111 0 1000010 110001 1110101 110010 100010

Color Harmonies of #30832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30832C

Black with #30832C

Text Example


Text Example

White with #30832C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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