#30883A

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

Shades of Japanese Laurel #30883A

Tints of Japanese Laurel #30883A

Color information

#30883A (or 0x30883A) is unknown color: approx Japanese Laurel. HEX triplet: 30, 88 and 3A. RGB value is (48,136,58). Sum of RGB (Red+Green+Blue) = 48+136+58=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #30883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30883A is #CF77C5. Grayscale: #656565. Windows color (decimal): -13596614 or 3835952. OLE color: 3835952.

HSL color Cylindrical-coordinate representation of color #30883A: hue angle of 126.82º 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 #30883A is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB4813658-
CMYK0.6500.570.47
HSL126.82º47.83%36.08%-
HSV(B)126.82º64.71%53.33%-
XYZ10.7918.547.01-
YUV100.8103.8590.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 136 (53.52% from 255) = 56.20%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=19.83%
G=56.20%
B=23.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136580.6500.570.47126.8247.8336.08
Hex30883A410392F7f3024
Octal6021072101071571776044
Binary11000010001000111010100000101110011011111111111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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