#30913C

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

Shades of Japanese Laurel #30913C

Tints of Japanese Laurel #30913C

Color information

#30913C (or 0x30913C) is unknown color: approx Japanese Laurel. HEX triplet: 30, 91 and 3C. RGB value is (48,145,60). Sum of RGB (Red+Green+Blue) = 48+145+60=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #30913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30913C is #CF6EC3. Grayscale: #6A6A6A. Windows color (decimal): -13594308 or 3969328. OLE color: 3969328.

HSL color Cylindrical-coordinate representation of color #30913C: hue angle of 127.42º 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 #30913C is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB4814560-
CMYK0.6700.590.43
HSL127.42º50.26%37.84%-
HSV(B)127.42º66.9%56.86%-
XYZ12.1621.217.73-
YUV106.31101.8686.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 145 (57.03% from 255) = 57.31%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=18.97%
G=57.31%
B=23.72%

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
Decimal48145600.6700.590.43127.4250.2637.84
Hex30913C4303B2B7f3226
Octal6022174103073531776246
Binary11000010010001111100100001101110111010111111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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