Html Css Color HEX #30822E Japanese Laurel

📋 copy color: '#30822E'

red 48 ◦ green 130 ◦ blue 46

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

Shades of Japanese Laurel #30822E

Tints of Japanese Laurel #30822E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.04%

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

R = 21.43%
G = 58.04%
B = 20.54%

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

#30822E (or 0x30822E) is known color: Japanese Laurel. HEX triplet: 30, 82 and 2E. RGB value is (48,130,46). Sum of RGB (Red+Green+Blue) = 48+130+46=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #30822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30822E is #CF7DD1. Grayscale: #606060. Windows color (decimal): -13598162 or 3047984. OLE color: 3047984.

HSL color Cylindrical-coordinate representation of color #30822E: hue angle of 118.57º 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 #30822E is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 46 -
CMYK 0.63 0 0.65 0.49
HSL 118.57º 0.48% 0.35% -
HSV(B) 118.57º 0.65% 0.51% -
XYZ 9.69 16.79 5.31 -
YUV 95.91 99.83 93.83 -
System Red Green Blue C M Y K H S L
Decimal 48 130 46 0.63 0 0.65 0.49 118.57 0.48 0.35
Hex 30 82 2E 3F 0 41 31 77 30 23
Octal 60 202 56 77 0 101 61 167 60 43
Binary 110000 10000010 101110 111111 0 1000001 110001 1110111 110000 100011

Color Harmonies of #30822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30822E

Black with #30822E

Text Example


Text Example

White with #30822E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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