Html Css Color HEX #30823A Japanese Laurel

📋 copy color: '#30823A'

red 48 ◦ green 130 ◦ blue 58

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

Shades of Japanese Laurel #30823A

Tints of Japanese Laurel #30823A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 20.34%
G = 55.08%
B = 24.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#30823A (or 0x30823A) is known color: Japanese Laurel. HEX triplet: 30, 82 and 3A. RGB value is (48,130,58). Sum of RGB (Red+Green+Blue) = 48+130+58=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #30823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30823A is #CF7DC5. Grayscale: #616161. Windows color (decimal): -13598150 or 3834416. OLE color: 3834416.

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

Color convert

RGB 48 130 58 -
CMYK 0.63 0 0.55 0.49
HSL 127.32º 0.46% 0.35% -
HSV(B) 127.32º 0.63% 0.51% -
XYZ 9.97 16.9 6.74 -
YUV 97.27 105.83 92.85 -
System Red Green Blue C M Y K H S L
Decimal 48 130 58 0.63 0 0.55 0.49 127.32 0.46 0.35
Hex 30 82 3A 3F 0 37 31 7F 2E 23
Octal 60 202 72 77 0 67 61 177 56 43
Binary 110000 10000010 111010 111111 0 110111 110001 1111111 101110 100011

Color Harmonies of #30823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30823A

Black with #30823A

Text Example


Text Example

White with #30823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30823A; }

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

 H1.HeaderClassName
 {
   color: #30823A;
 }
 .AnyTagClassName
 {
   color: #30823A;
 }
</style>

background-color css

<style>
 a { background-color: #30823A; }

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

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

border-color css

<style>
 span { border-color: #30823A; }

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

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