#30913b

Color #30913B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #30913B

Tints of Japanese Laurel #30913B

Color information

#30913B (or 0x30913B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 91 and 3B. RGB value is (48,145,59). Sum of RGB (Red+Green+Blue) = 48+145+59=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #30913B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30913B is #CF6EC4. Grayscale: #6A6A6A. Windows color (decimal): -13594309 or 3903792. OLE color: 3903792.

HSL color Cylindrical-coordinate representation of color #30913B: hue angle of 126.8º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30913B is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB4814559-
CMYK0.6700.590.43
HSL126.8º50.26%37.84%-
HSV(B)126.8º66.9%56.86%-
XYZ12.1321.197.59-
YUV106.19101.3686.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 145 (57.03% from 255) = 57.54%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=19.05%
G=57.54%
B=23.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48145590.6700.590.43126.850.2637.84
Hex30913B4303B2B7f3226
Octal6022173103073531776246
Binary11000010010001111011100001101110111010111111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30913b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30913b; }

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

 H1.HeaderClassName
 {
   color: #30913b;
 }
 .AnyTagClassName
 {
   color: #30913b;
 }
</style>
background-color css

<style>
 a { background-color: #30913b; }

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

 div.DivClassName
 {
   background-color: #30913b;
 }
 .BgClassName
 {
   background-color: #30913b;
 }
</style>
border-color css

<style>
 span { border-color: #30913b; }

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

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