#30702F

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

Shades of Japanese Laurel #30702F

Tints of Japanese Laurel #30702F

Color information

#30702F (or 0x30702F) is unknown color: approx Japanese Laurel. HEX triplet: 30, 70 and 2F. RGB value is (48,112,47). Sum of RGB (Red+Green+Blue) = 48+112+47=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #30702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30702F is #CF8FD0. Grayscale: #555555. Windows color (decimal): -13602769 or 3108912. OLE color: 3108912.

HSL color Cylindrical-coordinate representation of color #30702F: hue angle of 119.08º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30702F is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB4811247-
CMYK0.5700.580.56
HSL119.08º40.88%31.18%-
HSV(B)119.08º58.04%43.92%-
XYZ7.5312.424.69-
YUV85.45106.3101.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 112 (44.14% from 255) = 54.11%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=23.19%
G=54.11%
B=22.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112470.5700.580.56119.0840.8831.18
Hex30702F3903A3877291f
Octal601605771072701675137
Binary11000011100001011111110010111010111000111011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30702F; }

 p { color: rgb(48,112,47); }

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

<style>
 a { background-color: #30702F; }

 a { background-color: rgb(48,112,47); }

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

<style>
 span { border-color: #30702F; }

 span { border-color: rgb(48,112,47); }

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