#30843E

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

Shades of Japanese Laurel #30843E

Tints of Japanese Laurel #30843E

Color information

#30843E (or 0x30843E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 84 and 3E. RGB value is (48,132,62). Sum of RGB (Red+Green+Blue) = 48+132+62=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #30843E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30843E is #CF7BC1. Grayscale: #636363. Windows color (decimal): -13597634 or 4097072. OLE color: 4097072.

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

Color convert

RGB4813262-
CMYK0.6400.530.48
HSL130º46.67%35.29%-
HSV(B)130º63.64%51.76%-
XYZ10.3417.487.39-
YUV98.9107.1791.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 132 (51.95% from 255) = 54.55%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=19.83%
G=54.55%
B=25.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48132620.6400.530.4813046.6735.29
Hex30843E4003530822f23
Octal6020476100065602025743
Binary110000100001001111101000000011010111000010000010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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