#308B3E

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

Shades of Japanese Laurel #308B3E

Tints of Japanese Laurel #308B3E

Color information

#308B3E (or 0x308B3E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 8B and 3E. RGB value is (48,139,62). Sum of RGB (Red+Green+Blue) = 48+139+62=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #308B3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308B3E is #CF74C1. Grayscale: #676767. Windows color (decimal): -13595842 or 4098864. OLE color: 4098864.

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

Color convert

RGB4813962-
CMYK0.6500.550.45
HSL129.23º48.66%36.67%-
HSV(B)129.23º65.47%54.51%-
XYZ11.3219.447.71-
YUV103.01104.8588.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=19.28%
G=55.82%
B=24.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48139620.6500.550.45129.2348.6636.67
Hex308B3E410372D813125
Octal6021376101067552016145
Binary110000100010111111101000001011011110110110000001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,139,62); }

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

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

 a { background-color: rgb(48,139,62); }

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

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

 span { border-color: rgb(48,139,62); }

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