Html Css Color HEX #30833B Japanese Laurel

📋 copy color: '#30833B'

red 48 ◦ green 131 ◦ blue 59

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

Shades of Japanese Laurel #30833B

Tints of Japanese Laurel #30833B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.79%

R = 20.17%
G = 55.04%
B = 24.79%

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

#30833B (or 0x30833B) is known color: Japanese Laurel. HEX triplet: 30, 83 and 3B. RGB value is (48,131,59). Sum of RGB (Red+Green+Blue) = 48+131+59=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #30833B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30833B is #CF7CC4. Grayscale: #626262. Windows color (decimal): -13597893 or 3900208. OLE color: 3900208.

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

Color convert

RGB 48 131 59 -
CMYK 0.63 0 0.55 0.49
HSL 127.95º 0.46% 0.35% -
HSV(B) 127.95º 0.63% 0.51% -
XYZ 10.12 17.18 6.92 -
YUV 97.98 106 92.35 -
System Red Green Blue C M Y K H S L
Decimal 48 131 59 0.63 0 0.55 0.49 127.95 0.46 0.35
Hex 30 83 3B 3F 0 37 31 80 2E 23
Octal 60 203 73 77 0 67 61 200 56 43
Binary 110000 10000011 111011 111111 0 110111 110001 10000000 101110 100011

Color Harmonies of #30833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30833B

Black with #30833B

Text Example


Text Example

White with #30833B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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