#30883E

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

Shades of Japanese Laurel #30883E

Tints of Japanese Laurel #30883E

Color information

#30883E (or 0x30883E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 88 and 3E. RGB value is (48,136,62). Sum of RGB (Red+Green+Blue) = 48+136+62=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #30883E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30883E is #CF77C1. Grayscale: #656565. Windows color (decimal): -13596610 or 4098096. OLE color: 4098096.

HSL color Cylindrical-coordinate representation of color #30883E: hue angle of 129.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30883E is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB4813662-
CMYK0.6500.540.47
HSL129.55º47.83%36.08%-
HSV(B)129.55º64.71%53.33%-
XYZ10.8918.587.57-
YUV101.25105.8590.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 136 (53.52% from 255) = 55.28%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=19.51%
G=55.28%
B=25.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136620.6500.540.47129.5547.8336.08
Hex30883E410362F823024
Octal6021076101066572026044
Binary110000100010001111101000001011011010111110000010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30883E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30883E; }

 p { color: rgb(48,136,62); }

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

<style>
 a { background-color: #30883E; }

 a { background-color: rgb(48,136,62); }

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

<style>
 span { border-color: #30883E; }

 span { border-color: rgb(48,136,62); }

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