#308738

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

Shades of Japanese Laurel #308738

Tints of Japanese Laurel #308738

Color information

#308738 (or 0x308738) is unknown color: approx Japanese Laurel. HEX triplet: 30, 87 and 38. RGB value is (48,135,56). Sum of RGB (Red+Green+Blue) = 48+135+56=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #308738 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308738 is #CF78C7. Grayscale: #646464. Windows color (decimal): -13596872 or 3704624. OLE color: 3704624.

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

Color convert

RGB4813556-
CMYK0.6400.590.47
HSL125.52º47.54%35.88%-
HSV(B)125.52º64.44%52.94%-
XYZ10.618.246.7-
YUV99.98103.1890.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 135 (53.12% from 255) = 56.49%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=20.08%
G=56.49%
B=23.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48135560.6400.590.47125.5247.5435.88
Hex3087384003B2F7e3024
Octal6020770100073571766044
Binary11000010000111111000100000001110111011111111110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308738; }

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

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

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

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

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

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

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

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