#308734

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

Shades of Japanese Laurel #308734

Tints of Japanese Laurel #308734

Color information

#308734 (or 0x308734) is unknown color: approx Japanese Laurel. HEX triplet: 30, 87 and 34. RGB value is (48,135,52). Sum of RGB (Red+Green+Blue) = 48+135+52=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #308734 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308734 is #CF78CB. Grayscale: #636363. Windows color (decimal): -13596876 or 3442480. OLE color: 3442480.

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

Color convert

RGB4813552-
CMYK0.6400.610.47
HSL122.76º47.54%35.88%-
HSV(B)122.76º64.44%52.94%-
XYZ10.518.26.21-
YUV99.52101.1891.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 135 (53.12% from 255) = 57.45%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=20.43%
G=57.45%
B=22.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48135520.6400.610.47122.7647.5435.88
Hex3087344003D2F7b3024
Octal6020764100075571736044
Binary11000010000111110100100000001111011011111111011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308734; }

 p { color: rgb(48,135,52); }

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

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

 a { background-color: rgb(48,135,52); }

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

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

 span { border-color: rgb(48,135,52); }

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