#308831

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

Shades of Japanese Laurel #308831

Tints of Japanese Laurel #308831

Color information

#308831 (or 0x308831) is unknown color: approx Japanese Laurel. HEX triplet: 30, 88 and 31. RGB value is (48,136,49). Sum of RGB (Red+Green+Blue) = 48+136+49=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #308831 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308831 is #CF77CE. Grayscale: #646464. Windows color (decimal): -13596623 or 3246128. OLE color: 3246128.

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

Color convert

RGB4813649-
CMYK0.6500.640.47
HSL120.68º47.83%36.08%-
HSV(B)120.68º64.71%53.33%-
XYZ10.5818.465.91-
YUV99.7799.3591.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 136 (53.52% from 255) = 58.37%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=20.60%
G=58.37%
B=21.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136490.6500.640.47120.6847.8336.08
Hex308831410402F793024
Octal60210611010100571716044
Binary110000100010001100011000001010000001011111111001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308831; }

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

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

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

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

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

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

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

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