#308C38

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

Shades of Japanese Laurel #308C38

Tints of Japanese Laurel #308C38

Color information

#308C38 (or 0x308C38) is unknown color: approx Japanese Laurel. HEX triplet: 30, 8C and 38. RGB value is (48,140,56). Sum of RGB (Red+Green+Blue) = 48+140+56=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #308C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C38 is #CF73C7. Grayscale: #676767. Windows color (decimal): -13595592 or 3705904. OLE color: 3705904.

HSL color Cylindrical-coordinate representation of color #308C38: hue angle of 125.22º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308C38 is Cyan = 0.66, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB4814056-
CMYK0.6600.60.45
HSL125.22º48.94%36.86%-
HSV(B)125.22º65.71%54.9%-
XYZ11.3119.676.94-
YUV102.92101.5288.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 140 (55.08% from 255) = 57.38%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=19.67%
G=57.38%
B=22.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48140560.6600.60.45125.2248.9436.86
Hex308C384203C2D7d3125
Octal6021470102074551756145
Binary11000010001100111000100001001111001011011111101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308C38; }

 p { color: rgb(48,140,56); }

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

<style>
 a { background-color: #308C38; }

 a { background-color: rgb(48,140,56); }

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

<style>
 span { border-color: #308C38; }

 span { border-color: rgb(48,140,56); }

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