Html Css Color HEX #30833F Japanese Laurel

📋 copy color: '#30833F'

red 48 ◦ green 131 ◦ blue 63

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

Shades of Japanese Laurel #30833F

Tints of Japanese Laurel #30833F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.03%

R = 19.83%
G = 54.13%
B = 26.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#30833F (or 0x30833F) is known color: Japanese Laurel. HEX triplet: 30, 83 and 3F. RGB value is (48,131,63). Sum of RGB (Red+Green+Blue) = 48+131+63=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #30833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30833F is #CF7CC0. Grayscale: #626262. Windows color (decimal): -13597889 or 4162352. OLE color: 4162352.

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

Color convert

RGB 48 131 63 -
CMYK 0.63 0 0.52 0.49
HSL 130.84º 0.46% 0.35% -
HSV(B) 130.84º 0.63% 0.51% -
XYZ 10.23 17.22 7.49 -
YUV 98.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 48 131 63 0.63 0 0.52 0.49 130.84 0.46 0.35
Hex 30 83 3F 3F 0 34 31 83 2E 23
Octal 60 203 77 77 0 64 61 203 56 43
Binary 110000 10000011 111111 111111 0 110100 110001 10000011 101110 100011

Color Harmonies of #30833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30833F

Black with #30833F

Text Example


Text Example

White with #30833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30833F; }

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

 H1.HeaderClassName
 {
   color: #30833F;
 }
 .AnyTagClassName
 {
   color: #30833F;
 }
</style>

background-color css

<style>
 a { background-color: #30833F; }

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

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

border-color css

<style>
 span { border-color: #30833F; }

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

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