Html Css Color HEX #30823D Japanese Laurel

📋 copy color: '#30823D'

red 48 ◦ green 130 ◦ blue 61

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

Shades of Japanese Laurel #30823D

Tints of Japanese Laurel #30823D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 20.08%
G = 54.39%
B = 25.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#30823D (or 0x30823D) is known color: Japanese Laurel. HEX triplet: 30, 82 and 3D. RGB value is (48,130,61). Sum of RGB (Red+Green+Blue) = 48+130+61=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #30823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30823D is #CF7DC2. Grayscale: #616161. Windows color (decimal): -13598147 or 4031024. OLE color: 4031024.

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

Color convert

RGB 48 130 61 -
CMYK 0.63 0 0.53 0.49
HSL 129.51º 0.46% 0.35% -
HSV(B) 129.51º 0.63% 0.51% -
XYZ 10.04 16.93 7.15 -
YUV 97.62 107.33 92.61 -
System Red Green Blue C M Y K H S L
Decimal 48 130 61 0.63 0 0.53 0.49 129.51 0.46 0.35
Hex 30 82 3D 3F 0 35 31 82 2E 23
Octal 60 202 75 77 0 65 61 202 56 43
Binary 110000 10000010 111101 111111 0 110101 110001 10000010 101110 100011

Color Harmonies of #30823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30823D

Black with #30823D

Text Example


Text Example

White with #30823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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